aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/video-state.enum.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/videos/video-state.enum.ts')
-rw-r--r--shared/models/videos/video-state.enum.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/shared/models/videos/video-state.enum.ts b/shared/models/videos/video-state.enum.ts
deleted file mode 100644
index e45e4adc2..000000000
--- a/shared/models/videos/video-state.enum.ts
+++ /dev/null
@@ -1,11 +0,0 @@
1export const enum VideoState {
2 PUBLISHED = 1,
3 TO_TRANSCODE = 2,
4 TO_IMPORT = 3,
5 WAITING_FOR_LIVE = 4,
6 LIVE_ENDED = 5,
7 TO_MOVE_TO_EXTERNAL_STORAGE = 6,
8 TRANSCODING_FAILED = 7,
9 TO_MOVE_TO_EXTERNAL_STORAGE_FAILED = 8,
10 TO_EDIT = 9
11}