1
0
Fork 0
peertube/shared/models/videos/video-state.enum.ts

6 lines
86 B
TypeScript
Raw Normal View History

2020-08-06 12:58:01 +00:00
export const enum VideoState {
PUBLISHED = 1,
TO_TRANSCODE = 2,
TO_IMPORT = 3
}