]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/video-streaming-playlist.type.ts
Merge branch 'release/4.2.0' into develop
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-streaming-playlist.type.ts
CommitLineData
bd45d503 1export const enum VideoStreamingPlaylistType {
09209296
C
2 HLS = 1
3}