]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - videos/video-streaming-playlist.type.ts
Bumped to version v5.2.1
[github/Chocobozzz/PeerTube.git] / videos / video-streaming-playlist.type.ts
1 export enum VideoStreamingPlaylistType {
2 HLS = 1
3 }