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

support min version

This commit is contained in:
Luke Pulverenti 2016-02-21 17:17:38 -05:00
parent 49a57849a4
commit 6e310821b1
6 changed files with 53 additions and 10 deletions

View file

@ -1640,7 +1640,7 @@ var AppInfo = {};
Dashboard.showLoadingMsg();
return ConnectionManager.connectToServer(server).then(function (result) {
Dashboard.showLoadingMsg();
Dashboard.hideLoadingMsg();
if (result.State == MediaBrowser.ConnectionState.SignedIn) {
window.ApiClient = result.ApiClient;