]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/video-state.enum.ts
Fix bad RSS descriptions when filtering videos by account or channel
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-state.enum.ts
CommitLineData
2186386c
C
1export enum VideoState {
2 PUBLISHED = 1,
3 TO_TRANSCODE = 2
4}