mirror of https://github.com/Chocobozzz/PeerTube
Fix support field when updating the video
parent
8180f60477
commit
7a0bcd6773
|
@ -47,6 +47,9 @@ export class VideoEdit implements VideoUpdate {
|
|||
this.waitTranscoding = video.waitTranscoding
|
||||
this.channelId = video.channel.id
|
||||
this.privacy = video.privacy.id
|
||||
|
||||
this.support = video.support
|
||||
|
||||
this.commentsEnabled = video.commentsEnabled
|
||||
this.downloadEnabled = video.downloadEnabled
|
||||
|
||||
|
|
Loading…
Reference in New Issue