Fix VideoStreamingPlaylist model

This commit is contained in:
Chocobozzz
2020-08-27 10:08:54 +02:00
parent 0fecf427d3
commit b2c76204f9

View File

@@ -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