mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update storage
This commit is contained in:
parent
9fc4c86111
commit
3beaf88745
15 changed files with 36 additions and 29 deletions
|
@ -40,12 +40,12 @@
|
|||
break;
|
||||
case MediaBrowser.ConnectionState.ServerSignIn:
|
||||
{
|
||||
Dashboard.navigate('login.html?serverid=' + result.Servers[0].Id);
|
||||
Dashboard.navigate('login.html?serverid=' + result.Servers[0].Id, false, 'none');
|
||||
}
|
||||
break;
|
||||
case MediaBrowser.ConnectionState.ServerSelection:
|
||||
{
|
||||
Dashboard.navigate('selectserver.html');
|
||||
Dashboard.navigate('selectserver.html', false, 'none');
|
||||
}
|
||||
break;
|
||||
case MediaBrowser.ConnectionState.ConnectSignIn:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue