diff options
Diffstat (limited to 'shared/models/videos/caption/video-caption.model.ts')
-rw-r--r-- | shared/models/videos/caption/video-caption.model.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/models/videos/caption/video-caption.model.ts b/shared/models/videos/caption/video-caption.model.ts index d3c73e1a6..6d5665006 100644 --- a/shared/models/videos/caption/video-caption.model.ts +++ b/shared/models/videos/caption/video-caption.model.ts | |||
@@ -3,4 +3,5 @@ import { VideoConstant } from '../video-constant.model' | |||
3 | export interface VideoCaption { | 3 | export interface VideoCaption { |
4 | language: VideoConstant<string> | 4 | language: VideoConstant<string> |
5 | captionPath: string | 5 | captionPath: string |
6 | updatedAt: string | ||
6 | } | 7 | } |