aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-01-12 08:54:13 +0100
committerChocobozzz <me@florianbigard.com>2023-01-12 08:54:13 +0100
commit3f3530c3dbc5339b4cba53710b8568b4ad39152e (patch)
treead919a3acc8b1bf76ae5a1a1c11c65f4683e7f06 /client/src
parentcdd3cef91152c72eb14427427c54be1cb63744f7 (diff)
parent7a0bcd67735ca43d8afa50bfcd4624de383553a7 (diff)
downloadPeerTube-3f3530c3dbc5339b4cba53710b8568b4ad39152e.tar.gz
PeerTube-3f3530c3dbc5339b4cba53710b8568b4ad39152e.tar.zst
PeerTube-3f3530c3dbc5339b4cba53710b8568b4ad39152e.zip
Merge branch 'release/5.0.0' into develop
Diffstat (limited to 'client/src')
-rw-r--r--client/src/app/shared/shared-main/video/video-edit.model.ts3
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