diff options
author | Chocobozzz <me@florianbigard.com> | 2023-01-12 08:54:13 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-01-12 08:54:13 +0100 |
commit | 3f3530c3dbc5339b4cba53710b8568b4ad39152e (patch) | |
tree | ad919a3acc8b1bf76ae5a1a1c11c65f4683e7f06 /client/src/app | |
parent | cdd3cef91152c72eb14427427c54be1cb63744f7 (diff) | |
parent | 7a0bcd67735ca43d8afa50bfcd4624de383553a7 (diff) | |
download | PeerTube-3f3530c3dbc5339b4cba53710b8568b4ad39152e.tar.gz PeerTube-3f3530c3dbc5339b4cba53710b8568b4ad39152e.tar.zst PeerTube-3f3530c3dbc5339b4cba53710b8568b4ad39152e.zip |
Merge branch 'release/5.0.0' into develop
Diffstat (limited to 'client/src/app')
-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 | ||