aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-edit
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/videos/+video-edit')
-rw-r--r--client/src/app/videos/+video-edit/shared/video-edit.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/videos/+video-edit/shared/video-edit.component.ts b/client/src/app/videos/+video-edit/shared/video-edit.component.ts
index a2776b73d..cea352bfb 100644
--- a/client/src/app/videos/+video-edit/shared/video-edit.component.ts
+++ b/client/src/app/videos/+video-edit/shared/video-edit.component.ts
@@ -193,7 +193,7 @@ export class VideoEditComponent implements OnInit, OnDestroy {
193 } 193 }
194 194
195 private trackPrivacyChange () { 195 private trackPrivacyChange () {
196 // We will update the "support" field depending on the channel 196 // We will update the schedule input and the wait transcoding checkbox validators
197 this.form.controls[ 'privacy' ] 197 this.form.controls[ 'privacy' ]
198 .valueChanges 198 .valueChanges
199 .pipe(map(res => parseInt(res.toString(), 10))) 199 .pipe(map(res => parseInt(res.toString(), 10)))