Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
7a0bcd67
Verified
Commit
7a0bcd67
authored
Jan 12, 2023
by
Chocobozzz
Browse files
Fix support field when updating the video
parent
8180f604
Changes
1
Hide whitespace changes
Inline
Side-by-side
client/src/app/shared/shared-main/video/video-edit.model.ts
View file @
7a0bcd67
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment