diff options
Diffstat (limited to 'client/angular/videos/models/video.ts')
-rw-r--r-- | client/angular/videos/models/video.ts | 8 |
1 files changed, 0 insertions, 8 deletions
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 @@ | |||
1 | export interface Video { | ||
2 | id: string; | ||
3 | name: string; | ||
4 | description: string; | ||
5 | magnetUri: string; | ||
6 | podUrl: string; | ||
7 | isLocal: boolean; | ||
8 | } | ||