mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix autoplay setting in my account
This commit is contained in:
@@ -35,7 +35,7 @@ export class MyAccountVideoSettingsComponent extends FormReactive implements OnI
|
||||
this.userInformationLoaded.subscribe(() => {
|
||||
this.form.patchValue({
|
||||
nsfwPolicy: this.user.nsfwPolicy,
|
||||
autoPlayVideo: this.user.autoPlayVideo === true ? 'true' : 'false'
|
||||
autoPlayVideo: this.user.autoPlayVideo === true
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user