1
0
Fork 0

Fix VideoStreamingPlaylist model

This commit is contained in:
Chocobozzz 2020-08-27 10:08:54 +02:00
parent 0fecf427d3
commit b2c76204f9
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

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