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