mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix path to screensavermanager
This commit is contained in:
parent
2f77309fdd
commit
23b94d3e06
1 changed files with 1 additions and 1 deletions
|
@ -563,7 +563,7 @@ var AppInfo = {};
|
||||||
require(["playerSelectionMenu", "components/playback/remotecontrolautoplay"]);
|
require(["playerSelectionMenu", "components/playback/remotecontrolautoplay"]);
|
||||||
}
|
}
|
||||||
|
|
||||||
require(["components/screensavermanager"]);
|
require(["libraries/screensavermanager"]);
|
||||||
|
|
||||||
if (!appHost.supports("physicalvolumecontrol") || browser.touch) {
|
if (!appHost.supports("physicalvolumecontrol") || browser.touch) {
|
||||||
require(["components/playback/volumeosd"]);
|
require(["components/playback/volumeosd"]);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue