]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video-schedule-update.model.ts
Translated using Weblate (Chinese (Traditional))
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-schedule-update.model.ts
index b865c16141ad342e779887b28c3924855ed50db7..87d74f654aa02c521202f18a317d98cd197bc0b8 100644 (file)
@@ -2,5 +2,5 @@ import { VideoPrivacy } from './video-privacy.enum'
 
 export interface VideoScheduleUpdate {
   updateAt: Date | string
-  privacy?: VideoPrivacy.PUBLIC | VideoPrivacy.UNLISTED // Cannot schedule an update to PRIVATE
+  privacy?: VideoPrivacy.PUBLIC | VideoPrivacy.UNLISTED | VideoPrivacy.INTERNAL // Cannot schedule an update to PRIVATE
 }