diff options
Diffstat (limited to 'shared/models/videos')
-rw-r--r-- | shared/models/videos/video-file.model.ts | 5 | ||||
-rw-r--r-- | shared/models/videos/video-streaming-playlist.model.ts | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/shared/models/videos/video-file.model.ts b/shared/models/videos/video-file.model.ts index cbef05ac0..e9839229d 100644 --- a/shared/models/videos/video-file.model.ts +++ b/shared/models/videos/video-file.model.ts | |||
@@ -1,5 +1,6 @@ | |||
1 | 1 | import { VideoConstant } from './video-constant.model' | |
2 | import { VideoConstant, VideoFileMetadata, VideoResolution } from '@shared/models' | 2 | import { VideoFileMetadata } from './video-file-metadata' |
3 | import { VideoResolution } from './video-resolution.enum' | ||
3 | 4 | ||
4 | export interface VideoFile { | 5 | export interface VideoFile { |
5 | magnetUri: string | 6 | magnetUri: string |
diff --git a/shared/models/videos/video-streaming-playlist.model.ts b/shared/models/videos/video-streaming-playlist.model.ts index 42fce4bdc..a07d911dc 100644 --- a/shared/models/videos/video-streaming-playlist.model.ts +++ b/shared/models/videos/video-streaming-playlist.model.ts | |||
@@ -1,5 +1,5 @@ | |||
1 | import { VideoStreamingPlaylistType } from './video-streaming-playlist.type' | 1 | import { VideoStreamingPlaylistType } from './video-streaming-playlist.type' |
2 | import { VideoFile } from '@shared/models/videos/video-file.model' | 2 | import { VideoFile } from './video-file.model' |
3 | 3 | ||
4 | export class VideoStreamingPlaylist { | 4 | export class VideoStreamingPlaylist { |
5 | id: number | 5 | id: number |