1
0
Fork 0
peertube/shared/models/videos/video-state.enum.ts
2018-06-12 20:37:51 +02:00

4 lines
63 B
TypeScript

export enum VideoState {
PUBLISHED = 1,
TO_TRANSCODE = 2
}