aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/video-streaming-playlist.type.ts
blob: 3b403f295ad2bf3654809290dd6b08164ad7386d (plain) (blame)
1
2
3
export enum VideoStreamingPlaylistType {
  HLS = 1
}