Fix VideoStreamingPlaylist model
This commit is contained in:
parent
0fecf427d3
commit
b2c76204f9
|
@ -1,7 +1,7 @@
|
|||
import { VideoStreamingPlaylistType } from './video-streaming-playlist.type'
|
||||
import { VideoFile } from './video-file.model'
|
||||
|
||||
export class VideoStreamingPlaylist {
|
||||
export interface VideoStreamingPlaylist {
|
||||
id: number
|
||||
type: VideoStreamingPlaylistType
|
||||
playlistUrl: string
|
||||
|
|
Loading…
Reference in New Issue