]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/videos/video-channel-update.model.ts
Add video channel management
[github/Chocobozzz/PeerTube.git] / shared / models / videos / video-channel-update.model.ts
index 73a0a670941faf23b49d5096eb499107a0ab79d9..3626ce8a900991a2183036e98237df8ad734a9ff 100644 (file)
@@ -1,5 +1,5 @@
 export interface VideoChannelUpdate {
-  name: string
+  displayName: string
   description?: string
   support?: string
 }