diff options
Diffstat (limited to 'shared/models/videos/caption/video-caption-update.model.ts')
-rw-r--r-- | shared/models/videos/caption/video-caption-update.model.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shared/models/videos/caption/video-caption-update.model.ts b/shared/models/videos/caption/video-caption-update.model.ts deleted file mode 100644 index ff5728715..000000000 --- a/shared/models/videos/caption/video-caption-update.model.ts +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | export interface VideoCaptionUpdate { | ||
2 | language: string | ||
3 | captionfile: Blob | ||
4 | } | ||