mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update bower_components build process
This commit is contained in:
parent
e1b37cf634
commit
69c951cb3f
3 changed files with 18 additions and 18 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
var settingsKey = "betatester";
|
||||
|
||||
var expectedValue = new Date().toDateString() + "5";
|
||||
var expectedValue = new Date().toDateString() + "6";
|
||||
if (appStorage.getItem(settingsKey) == expectedValue) {
|
||||
return;
|
||||
}
|
||||
|
|
|
@ -914,7 +914,7 @@
|
|||
overlayText: true,
|
||||
lazy: true,
|
||||
showDetailsMenu: true,
|
||||
overlayPlayButton: AppInfo.enableAppLayouts
|
||||
overlayMoreButton: AppInfo.enableAppLayouts
|
||||
});
|
||||
}
|
||||
else if (item.Type == "GameSystem") {
|
||||
|
|
|
@ -2208,7 +2208,7 @@ var AppInfo = {};
|
|||
postInitDependencies.push('scripts/nowplayingbar');
|
||||
}
|
||||
|
||||
postInitDependencies.push('components/testermessage');
|
||||
//postInitDependencies.push('components/testermessage');
|
||||
|
||||
require(postInitDependencies);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue