X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fvideos%2Fvideo-streaming-playlist.model.ts;h=11919a4eec794b8a545d0d463a965e3c391a06e9;hb=ab4b8974997777373a6032073f9c1aaf33ba9931;hp=42fce4bdcfb4d848bfc5f79bab09f683cbe0bc41;hpb=d7a25329f9e607894d29ab342b9cb66638b56dc0;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/videos/video-streaming-playlist.model.ts b/shared/models/videos/video-streaming-playlist.model.ts index 42fce4bdc..11919a4ee 100644 --- a/shared/models/videos/video-streaming-playlist.model.ts +++ b/shared/models/videos/video-streaming-playlist.model.ts @@ -1,7 +1,7 @@ import { VideoStreamingPlaylistType } from './video-streaming-playlist.type' -import { VideoFile } from '@shared/models/videos/video-file.model' +import { VideoFile } from './file' -export class VideoStreamingPlaylist { +export interface VideoStreamingPlaylist { id: number type: VideoStreamingPlaylistType playlistUrl: string