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

4 lines
53 B
TypeScript
Raw Normal View History

2019-01-29 08:37:25 +01:00
export enum VideoStreamingPlaylistType {
HLS = 1
}