]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video.model.ts
Use global uuid instead of remoteId for videos
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video.model.ts
index 2e35f005c97d2feab42755a2164f09719565ed14..d472cc8fbf32a19d7feaa4d15a4024bdf91ac00e 100644 (file)
@@ -1,5 +1,6 @@
 export interface Video {
-  id: string
+  id: number
+  uuid: string
   author: string
   createdAt: Date
   categoryLabel: string