X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fvideos%2Fvideo-streaming-playlist.type.ts;h=e2e2b93ea261355082f74d1b7a31263588346c5d;hb=c4fa01f7c45b66b112ebd08abce744b7c4041feb;hp=3b403f295ad2bf3654809290dd6b08164ad7386d;hpb=28f3d1b36a70426795240c9370e47b6c4ba847f8;p=github%2FChocobozzz%2FPeerTube.git 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 @@ -export enum VideoStreamingPlaylistType { +export const enum VideoStreamingPlaylistType { HLS = 1 }