]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/video-streaming-playlist.type.ts
Add nth abuse count for a given video, add reporter/reportee reports stats
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-streaming-playlist.type.ts
CommitLineData
09209296
C
1export enum VideoStreamingPlaylistType {
2 HLS = 1
3}