Fix support field when updating the video

pull/5551/head
Chocobozzz 2023-01-12 08:50:27 +01:00
parent 8180f60477
commit 7a0bcd6773
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 3 additions and 0 deletions

View File

@ -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