]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/angular/videos/models/video.ts
Change api output for videos
[github/Chocobozzz/PeerTube.git] / client / angular / videos / models / video.ts
index 2f998c49a40bcf4737f059c09f58d5681b12bf1f..e52c6d8861fb4ad5971358b2e7447e7a552346bf 100644 (file)
@@ -1,6 +1,8 @@
 export interface Video {
-  _id: string;
+  id: string;
   name: string;
   description: string;
   magnetUri: string;
+  podUrl: string;
+  isLocal: boolean;
 }