diff options
Diffstat (limited to 'shared/models/videos/channel-sync/video-channel-sync-state.enum.ts')
-rw-r--r-- | shared/models/videos/channel-sync/video-channel-sync-state.enum.ts | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/shared/models/videos/channel-sync/video-channel-sync-state.enum.ts b/shared/models/videos/channel-sync/video-channel-sync-state.enum.ts deleted file mode 100644 index 3e9f5ddc2..000000000 --- a/shared/models/videos/channel-sync/video-channel-sync-state.enum.ts +++ /dev/null | |||
@@ -1,6 +0,0 @@ | |||
1 | export const enum VideoChannelSyncState { | ||
2 | WAITING_FIRST_RUN = 1, | ||
3 | PROCESSING = 2, | ||
4 | SYNCED = 3, | ||
5 | FAILED = 4 | ||
6 | } | ||