diff options
author | Chocobozzz <me@florianbigard.com> | 2020-08-27 10:08:54 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-08-27 10:08:54 +0200 |
commit | b2c76204f9d2900b9fd58e6618e343059821d601 (patch) | |
tree | f9fd3e87374a60ff4c08b1e8eb91a66f0862ad58 /shared/models/videos/video-streaming-playlist.model.ts | |
parent | 0fecf427d349a416dad149ee5d0b5210b6a43005 (diff) | |
download | PeerTube-b2c76204f9d2900b9fd58e6618e343059821d601.tar.gz PeerTube-b2c76204f9d2900b9fd58e6618e343059821d601.tar.zst PeerTube-b2c76204f9d2900b9fd58e6618e343059821d601.zip |
Fix VideoStreamingPlaylist model
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 |