]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video-streaming-playlist.model.ts
Support live session in server
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-streaming-playlist.model.ts
index a07d911dcb5177a604213c924de62886b8b86b01..11919a4eec794b8a545d0d463a965e3c391a06e9 100644 (file)
@@ -1,7 +1,7 @@
 import { VideoStreamingPlaylistType } from './video-streaming-playlist.type'
-import { VideoFile } from './video-file.model'
+import { VideoFile } from './file'
 
-export class VideoStreamingPlaylist {
+export interface VideoStreamingPlaylist {
   id: number
   type: VideoStreamingPlaylistType
   playlistUrl: string