]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video-blacklist.model.ts
Add http tracker in torrent too
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-blacklist.model.ts
index 6086250ac3ccfc906f810d15a56bee042402f1e0..af04502e8b61f682fb12e4f91b43560020a996e0 100644 (file)
@@ -2,4 +2,13 @@ export interface BlacklistedVideo {
   id: number
   videoId: number
   createdAt: Date
+  updatedAt: Date
+  name: string
+  uuid: string
+  description: string
+  duration: number
+  views: number
+  likes: number
+  dislikes: number
+  nsfw: boolean
 }