1
0
Fork 0
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:
dkanada 2020-04-04 00:09:47 +09:00
parent 31b636b2a2
commit a925152299
2 changed files with 3 additions and 5 deletions

View file

@ -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) {