From 092092969633bbcf6d4891a083ea497a7d5c3154 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 29 Jan 2019 08:37:25 +0100 Subject: Add hls support on server --- shared/models/videos/video-streaming-playlist.type.ts | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 shared/models/videos/video-streaming-playlist.type.ts (limited to 'shared/models/videos/video-streaming-playlist.type.ts') diff --git a/shared/models/videos/video-streaming-playlist.type.ts b/shared/models/videos/video-streaming-playlist.type.ts new file mode 100644 index 000000000..3b403f295 --- /dev/null +++ b/shared/models/videos/video-streaming-playlist.type.ts @@ -0,0 +1,3 @@ +export enum VideoStreamingPlaylistType { + HLS = 1 +} -- cgit v1.2.3