aboutsummaryrefslogtreecommitdiffhomepage
path: root/client
diff options
context:
space:
mode:
Diffstat (limited to 'client')
-rw-r--r--client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts b/client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts
index 85b3a48cc..36556706e 100644
--- a/client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts
+++ b/client/src/app/+my-account/my-account-settings/my-account-video-settings/my-account-video-settings.component.ts
@@ -35,7 +35,7 @@ export class MyAccountVideoSettingsComponent extends FormReactive implements OnI
35 this.userInformationLoaded.subscribe(() => { 35 this.userInformationLoaded.subscribe(() => {
36 this.form.patchValue({ 36 this.form.patchValue({
37 nsfwPolicy: this.user.nsfwPolicy, 37 nsfwPolicy: this.user.nsfwPolicy,
38 autoPlayVideo: this.user.autoPlayVideo === true ? 'true' : 'false' 38 autoPlayVideo: this.user.autoPlayVideo === true
39 }) 39 })
40 }) 40 })
41 } 41 }