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

4 lines
53 B
TypeScript

export enum VideoStreamingPlaylistType {
HLS = 1
}