From 501bc6c2b186f6a724a5b619d15aa44791f13995 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Sat, 21 May 2016 18:03:34 +0200 Subject: Thumbnail, author and duration support in client --- client/angular/videos/models/video.ts | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 client/angular/videos/models/video.ts (limited to 'client/angular/videos/models') diff --git a/client/angular/videos/models/video.ts b/client/angular/videos/models/video.ts deleted file mode 100644 index e52c6d886..000000000 --- a/client/angular/videos/models/video.ts +++ /dev/null @@ -1,8 +0,0 @@ -export interface Video { - id: string; - name: string; - description: string; - magnetUri: string; - podUrl: string; - isLocal: boolean; -} -- cgit v1.2.3