Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/jellyfin/commit/be3d0b5eda433684f53e55f8daeac242bb218786 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fixes - server configurator won't start with IE8

pull/702/head
Luke Pulverenti 12 years ago
parent b96b2e69c2
commit be3d0b5eda

@ -2513,7 +2513,7 @@ MediaBrowser.ApiClient = function ($, navigator, JSON, WebSocket, setTimeout) {
};
}
}(jQuery, navigator, JSON, window.WebSocket, setTimeout);
}(jQuery, navigator, window.JSON, window.WebSocket, setTimeout);
/**
* Provides a friendly way to create an api client instance using information from the browser's current url

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="MediaBrowser.ApiClient.Javascript" version="3.0.109" targetFramework="net45" />
<package id="MediaBrowser.ApiClient.Javascript" version="3.0.110" targetFramework="net45" />
<package id="ServiceStack.Common" version="3.9.44" targetFramework="net45" />
<package id="ServiceStack.Text" version="3.9.44" targetFramework="net45" />
</packages>
Loading…
Cancel
Save