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
|
@ -2,8 +2,7 @@ trigger:
|
||||||
batch: true
|
batch: true
|
||||||
branches:
|
branches:
|
||||||
include:
|
include:
|
||||||
- master
|
- '*'
|
||||||
- release-*
|
|
||||||
tags:
|
tags:
|
||||||
include:
|
include:
|
||||||
- '*'
|
- '*'
|
||||||
|
@ -27,7 +26,6 @@ jobs:
|
||||||
BuildConfiguration: production
|
BuildConfiguration: production
|
||||||
Standalone:
|
Standalone:
|
||||||
BuildConfiguration: standalone
|
BuildConfiguration: standalone
|
||||||
maxParallel: 3
|
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: NodeTool@0
|
- task: NodeTool@0
|
||||||
|
|
|
@ -36,7 +36,7 @@ import events from 'events';
|
||||||
result.CustomPrefs = result.CustomPrefs || {};
|
result.CustomPrefs = result.CustomPrefs || {};
|
||||||
self.displayPrefs = result;
|
self.displayPrefs = result;
|
||||||
});
|
});
|
||||||
};
|
}
|
||||||
|
|
||||||
export function getData() {
|
export function getData() {
|
||||||
return this.displayPrefs;
|
return this.displayPrefs;
|
||||||
|
@ -108,7 +108,7 @@ import events from 'events';
|
||||||
|
|
||||||
val = this.get('enableThemeSongs', false);
|
val = this.get('enableThemeSongs', false);
|
||||||
return val !== 'false';
|
return val !== 'false';
|
||||||
};
|
}
|
||||||
|
|
||||||
export function enableThemeVideos(val) {
|
export function enableThemeVideos(val) {
|
||||||
if (val != null) {
|
if (val != null) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue