mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2024-11-29 12:04:02 -06:00
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
Block a user