]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/video-state.enum.ts
625aefae12d08c3879f98064e31578dcdb8f9829
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-state.enum.ts
1 export enum VideoState {
2 PUBLISHED = 1,
3 TO_TRANSCODE = 2
4 }