]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/video-streaming-playlist.type.ts
Trigger a Gitpod dev image rebuild (in order to get upstream's Node.js 12 upgrade...
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-streaming-playlist.type.ts
CommitLineData
bd45d503 1export const enum VideoStreamingPlaylistType {
09209296
C
2 HLS = 1
3}