]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
bd45d503 1export const enum VideoState {
2186386c 2 PUBLISHED = 1,
fbad87b0 3 TO_TRANSCODE = 2,
c6c0fa6c
C
4 TO_IMPORT = 3,
5 WAITING_FOR_LIVE = 4,
6 LIVE_ENDED = 5
2186386c 7}