mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #180 from vitorsemeano/fix_apphost_type
Apply typo fix for apphost
This commit is contained in:
commit
f53f11b4da
1 changed files with 1 additions and 1 deletions
|
@ -1200,7 +1200,7 @@ var AppInfo = {};
|
||||||
console.log("Begin onAppReady");
|
console.log("Begin onAppReady");
|
||||||
|
|
||||||
// ensure that appHost is loaded in this point
|
// 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");
|
var isInBackground = -1 !== self.location.href.toString().toLowerCase().indexOf("start=backgroundsync");
|
||||||
|
|
||||||
window.Emby = {};
|
window.Emby = {};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue