Skip to content

Commit

Permalink
Fix VideoStreamingPlaylist model
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Aug 27, 2020
1 parent 0fecf42 commit b2c7620
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/models/videos/video-streaming-playlist.model.ts
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit b2c7620

Please sign in to comment.