diff options
Diffstat (limited to 'shared/models')
-rw-r--r-- | shared/models/videos/file/video-file.model.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/models/videos/file/video-file.model.ts b/shared/models/videos/file/video-file.model.ts index 0ea857e7a..2bbff48eb 100644 --- a/shared/models/videos/file/video-file.model.ts +++ b/shared/models/videos/file/video-file.model.ts | |||
@@ -3,6 +3,8 @@ import { VideoFileMetadata } from './video-file-metadata.model' | |||
3 | import { VideoResolution } from './video-resolution.enum' | 3 | import { VideoResolution } from './video-resolution.enum' |
4 | 4 | ||
5 | export interface VideoFile { | 5 | export interface VideoFile { |
6 | id: number | ||
7 | |||
6 | resolution: VideoConstant<VideoResolution> | 8 | resolution: VideoConstant<VideoResolution> |
7 | size: number // Bytes | 9 | size: number // Bytes |
8 | 10 | ||