From 7a0bcd67735ca43d8afa50bfcd4624de383553a7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 12 Jan 2023 08:50:27 +0100 Subject: Fix support field when updating the video --- client/src/app/shared/shared-main/video/video-edit.model.ts | 3 +++ 1 file changed, 3 insertions(+) (limited to 'client/src/app/shared/shared-main/video/video-edit.model.ts') diff --git a/client/src/app/shared/shared-main/video/video-edit.model.ts b/client/src/app/shared/shared-main/video/video-edit.model.ts index 4cff01653..91d57cb6b 100644 --- a/client/src/app/shared/shared-main/video/video-edit.model.ts +++ b/client/src/app/shared/shared-main/video/video-edit.model.ts @@ -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 -- cgit v1.2.3