1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fix bug apphost naming resolution

This commit is contained in:
vitorsemeano 2019-03-12 22:49:13 +00:00
parent 1cb487b9a3
commit 6cbd26531c

View file

@ -1181,7 +1181,7 @@ var AppInfo = {};
console.log("Begin onAppReady");
// ensure that appHost is loaded in this point
require(['appHost'], function (appHost) {
require(['apphost'], function (appHost) {
var isInBackground = -1 !== self.location.href.toString().toLowerCase().indexOf("start=backgroundsync");
window.Emby = {};