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:
parent
8cae67d9b9
commit
b8f8633ffd
1 changed files with 1 additions and 2 deletions
|
@ -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';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue