diff options
Diffstat (limited to 'shared/models/videos/video-streaming-playlist.model.ts')
-rw-r--r-- | shared/models/videos/video-streaming-playlist.model.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/models/videos/video-streaming-playlist.model.ts b/shared/models/videos/video-streaming-playlist.model.ts index a07d911dc..b547a0ac7 100644 --- a/shared/models/videos/video-streaming-playlist.model.ts +++ b/shared/models/videos/video-streaming-playlist.model.ts | |||
@@ -1,7 +1,7 @@ | |||
1 | import { VideoStreamingPlaylistType } from './video-streaming-playlist.type' | 1 | import { VideoStreamingPlaylistType } from './video-streaming-playlist.type' |
2 | import { VideoFile } from './video-file.model' | 2 | import { VideoFile } from './video-file.model' |
3 | 3 | ||
4 | export class VideoStreamingPlaylist { | 4 | export interface VideoStreamingPlaylist { |
5 | id: number | 5 | id: number |
6 | type: VideoStreamingPlaylistType | 6 | type: VideoStreamingPlaylistType |
7 | playlistUrl: string | 7 | playlistUrl: string |