aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/video-streaming-playlist.type.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/videos/video-streaming-playlist.type.ts')
-rw-r--r--shared/models/videos/video-streaming-playlist.type.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/models/videos/video-streaming-playlist.type.ts b/shared/models/videos/video-streaming-playlist.type.ts
index 3b403f295..e2e2b93ea 100644
--- a/shared/models/videos/video-streaming-playlist.type.ts
+++ b/shared/models/videos/video-streaming-playlist.type.ts
@@ -1,3 +1,3 @@
1export enum VideoStreamingPlaylistType { 1export const enum VideoStreamingPlaylistType {
2 HLS = 1 2 HLS = 1
3} 3}