]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/video-state.enum.ts
Merge branch 'release/3.2.0' into develop
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-state.enum.ts
1 export const enum VideoState {
2 PUBLISHED = 1,
3 TO_TRANSCODE = 2,
4 TO_IMPORT = 3,
5 WAITING_FOR_LIVE = 4,
6 LIVE_ENDED = 5
7 }