X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=client%2Fangular%2Fvideos%2Fmodels%2Fvideo.ts;h=e52c6d8861fb4ad5971358b2e7447e7a552346bf;hb=2df82d42cb57783cd90ccfc11fc8ffe4b95ebb70;hp=2f998c49a40bcf4737f059c09f58d5681b12bf1f;hpb=f0f5567b6918fc60c8cab15e13aec03a89a91dfb;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/angular/videos/models/video.ts b/client/angular/videos/models/video.ts index 2f998c49a..e52c6d886 100644 --- a/client/angular/videos/models/video.ts +++ b/client/angular/videos/models/video.ts @@ -1,6 +1,8 @@ export interface Video { - _id: string; + id: string; name: string; description: string; magnetUri: string; + podUrl: string; + isLocal: boolean; }