1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Appease SonarCloud

Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
Ian Walton 2021-04-24 15:23:02 -04:00 committed by GitHub
parent 8cae67d9b9
commit b8f8633ffd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -265,8 +265,7 @@ export class UserSettings {
return this.set('disableCustomCss', val.toString(), false);
}
val = this.get('disableCustomCss', false);
return val === 'true';
return this.get('disableCustomCss', false) === 'true';
}
/**