]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/channel/video-channel-update.model.ts
Support studio transcoding in peertube runner
[github/Chocobozzz/PeerTube.git] / shared / models / videos / channel / video-channel-update.model.ts
CommitLineData
72c7248b 1export interface VideoChannelUpdate {
7d14d4d2 2 displayName?: string
2422c46b
C
3 description?: string
4 support?: string
7d14d4d2
C
5
6 bulkVideosSupportUpdate?: boolean
72c7248b 7}