From 2df82d42cb57783cd90ccfc11fc8ffe4b95ebb70 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 18 Mar 2016 16:28:09 +0100 Subject: Change api output for videos --- client/angular/videos/models/video.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'client/angular/videos/models') 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; } -- cgit v1.2.3