mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update valid branches on ci
This commit is contained in:
parent
31b636b2a2
commit
a925152299
2 changed files with 3 additions and 5 deletions
|
@ -36,7 +36,7 @@ import events from 'events';
|
|||
result.CustomPrefs = result.CustomPrefs || {};
|
||||
self.displayPrefs = result;
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
export function getData() {
|
||||
return this.displayPrefs;
|
||||
|
@ -108,7 +108,7 @@ import events from 'events';
|
|||
|
||||
val = this.get('enableThemeSongs', false);
|
||||
return val !== 'false';
|
||||
};
|
||||
}
|
||||
|
||||
export function enableThemeVideos(val) {
|
||||
if (val != null) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue