From b2c76204f9d2900b9fd58e6618e343059821d601 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 27 Aug 2020 10:08:54 +0200 Subject: Fix VideoStreamingPlaylist model --- shared/models/videos/video-streaming-playlist.model.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared/models/videos') diff --git a/shared/models/videos/video-streaming-playlist.model.ts b/shared/models/videos/video-streaming-playlist.model.ts index a07d911dc..b547a0ac7 100644 --- a/shared/models/videos/video-streaming-playlist.model.ts +++ b/shared/models/videos/video-streaming-playlist.model.ts @@ -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 -- cgit v1.2.3