diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/src/app/shared/shared-main/video/video-edit.model.ts | 3 |
1 files changed, 3 insertions, 0 deletions
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 { | |||
47 | this.waitTranscoding = video.waitTranscoding | 47 | this.waitTranscoding = video.waitTranscoding |
48 | this.channelId = video.channel.id | 48 | this.channelId = video.channel.id |
49 | this.privacy = video.privacy.id | 49 | this.privacy = video.privacy.id |
50 | |||
51 | this.support = video.support | ||
52 | |||
50 | this.commentsEnabled = video.commentsEnabled | 53 | this.commentsEnabled = video.commentsEnabled |
51 | this.downloadEnabled = video.downloadEnabled | 54 | this.downloadEnabled = video.downloadEnabled |
52 | 55 | ||