mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-20 11:48:31 -06:00
Fix support field when updating the video
This commit is contained in:
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
Block a user