1
0
Fork 0
peertube/shared/models/videos/channel-sync/video-channel-sync-state.en...

7 lines
114 B
TypeScript

export const enum VideoChannelSyncState {
WAITING_FIRST_RUN = 1,
PROCESSING = 2,
SYNCED = 3,
FAILED = 4
}