1
0
Fork 0
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:
MrTimscampi 2020-04-26 19:54:55 +02:00
parent 2f77309fdd
commit 23b94d3e06

View file

@ -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"]);