]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/video-state.enum.ts
Correctly handle video import errors
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-state.enum.ts
CommitLineData
2186386c
C
1export enum VideoState {
2 PUBLISHED = 1,
fbad87b0
C
3 TO_TRANSCODE = 2,
4 TO_IMPORT = 3
2186386c 5}