]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video-abuse.model.ts
Use global uuid instead of remoteId for videos
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-abuse.model.ts
index 72e32cbc7292e8a34a15e2c1f1450f755f710e1c..e005a1fd52b0d104797f3970eedcb2b9d83ce309 100644 (file)
@@ -3,6 +3,6 @@ export interface VideoAbuse {
   reporterPodHost: string
   reason: string
   reporterUsername: string
-  videoId: string
+  videoId: number
   createdAt: Date
 }