PeerTube/shared/models/videos/video-streaming-playlist.ty...

4 lines
59 B
TypeScript
Raw Normal View History

2020-08-06 14:58:01 +02:00
export const enum VideoStreamingPlaylistType {
2019-01-29 08:37:25 +01:00
HLS = 1
}