X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fvideos%2Fvideo-state.enum.ts;h=e45e4adc26c4c569b5bb96be7bac171bf2987ae4;hb=c6f8ca4d6596572de981162983bd02eb2613791d;hp=09268d2ff13c005765480ae98282eb31844d4090;hpb=dbd9fb44ddd880622265097bd7baf4dd71ea0861;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/videos/video-state.enum.ts b/shared/models/videos/video-state.enum.ts index 09268d2ff..e45e4adc2 100644 --- a/shared/models/videos/video-state.enum.ts +++ b/shared/models/videos/video-state.enum.ts @@ -6,5 +6,6 @@ export const enum VideoState { LIVE_ENDED = 5, TO_MOVE_TO_EXTERNAL_STORAGE = 6, TRANSCODING_FAILED = 7, - TO_MOVE_TO_EXTERNAL_STORAGE_FAILED = 8 + TO_MOVE_TO_EXTERNAL_STORAGE_FAILED = 8, + TO_EDIT = 9 }