]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/channel/video-channel-update.model.ts
Translated using Weblate (Ukrainian)
[github/Chocobozzz/PeerTube.git] / shared / models / videos / channel / video-channel-update.model.ts
index 3626ce8a900991a2183036e98237df8ad734a9ff..8dde9188bb2bac1ba8de487f135e70f0f919ab61 100644 (file)
@@ -1,5 +1,7 @@
 export interface VideoChannelUpdate {
-  displayName: string
+  displayName?: string
   description?: string
   support?: string
+
+  bulkVideosSupportUpdate?: boolean
 }