aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/video-streaming-playlist.model.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/videos/video-streaming-playlist.model.ts')
-rw-r--r--shared/models/videos/video-streaming-playlist.model.ts2
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 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 @@
1import { VideoStreamingPlaylistType } from './video-streaming-playlist.type' 1import { VideoStreamingPlaylistType } from './video-streaming-playlist.type'
2import { VideoFile } from '@shared/models/videos/video-file.model' 2import { VideoFile } from './video-file.model'
3 3
4export class VideoStreamingPlaylist { 4export class VideoStreamingPlaylist {
5 id: number 5 id: number