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 c80efd802..8345645f6 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
@@ -189,7 +189,7 @@ export class VideoEditComponent implements OnInit, OnDestroy {
189 } 189 }
190 190
191 private trackPrivacyChange () { 191 private trackPrivacyChange () {
192 // We will update the "support" field depending on the channel 192 // We will update the schedule input and the wait transcoding checkbox validators
193 this.form.controls[ 'privacy' ] 193 this.form.controls[ 'privacy' ]
194 .valueChanges 194 .valueChanges
195 .pipe(map(res => parseInt(res.toString(), 10))) 195 .pipe(map(res => parseInt(res.toString(), 10)))