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:
parent
49a57849a4
commit
6e310821b1
6 changed files with 53 additions and 10 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue