mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update components
This commit is contained in:
parent
d61fcea76c
commit
cbaac63619
4 changed files with 19 additions and 15 deletions
|
@ -106,11 +106,7 @@ define(['appSettings', 'events', 'browser'], function (appsettings, events, brow
|
|||
|
||||
val = self.get('enableThemeSongs', false);
|
||||
|
||||
if (val) {
|
||||
return val !== 'false';
|
||||
}
|
||||
|
||||
return true;
|
||||
return val !== 'false';
|
||||
};
|
||||
|
||||
self.enableThemeVideos = function (val) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue