aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-08-27 10:08:54 +0200
committerChocobozzz <me@florianbigard.com>2020-08-27 10:08:54 +0200
commitb2c76204f9d2900b9fd58e6618e343059821d601 (patch)
treef9fd3e87374a60ff4c08b1e8eb91a66f0862ad58
parent0fecf427d349a416dad149ee5d0b5210b6a43005 (diff)
downloadPeerTube-b2c76204f9d2900b9fd58e6618e343059821d601.tar.gz
PeerTube-b2c76204f9d2900b9fd58e6618e343059821d601.tar.zst
PeerTube-b2c76204f9d2900b9fd58e6618e343059821d601.zip
Fix VideoStreamingPlaylist model
-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 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 @@
1import { VideoStreamingPlaylistType } from './video-streaming-playlist.type' 1import { VideoStreamingPlaylistType } from './video-streaming-playlist.type'
2import { VideoFile } from './video-file.model' 2import { VideoFile } from './video-file.model'
3 3
4export class VideoStreamingPlaylist { 4export interface VideoStreamingPlaylist {
5 id: number 5 id: number
6 type: VideoStreamingPlaylistType 6 type: VideoStreamingPlaylistType
7 playlistUrl: string 7 playlistUrl: string