aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/caption/video-caption.model.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/videos/caption/video-caption.model.ts')
-rw-r--r--shared/models/videos/caption/video-caption.model.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/shared/models/videos/caption/video-caption.model.ts b/shared/models/videos/caption/video-caption.model.ts
deleted file mode 100644
index 6d5665006..000000000
--- a/shared/models/videos/caption/video-caption.model.ts
+++ /dev/null
@@ -1,7 +0,0 @@
1import { VideoConstant } from '../video-constant.model'
2
3export interface VideoCaption {
4 language: VideoConstant<string>
5 captionPath: string
6 updatedAt: string
7}