Merge pull request #180 from vitorsemeano/fix_apphost_type

Apply typo fix for apphost
This commit is contained in:
Joshua M. Boniface
2019-03-13 21:43:15 -04:00
committed by GitHub
+1 -1
View File
@@ -1200,7 +1200,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 = {};