]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - shared/models/videos/video-streaming-playlist.type.ts
Fix 2 hours limit on uploads
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-streaming-playlist.type.ts
... / ...
CommitLineData
1export const enum VideoStreamingPlaylistType {
2 HLS = 1
3}