1
0
Fork 0
peertube/shared/models/videos/video-streaming-playlist.ty...

4 lines
59 B
TypeScript
Raw Normal View History

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