mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
update startup wizard
This commit is contained in:
parent
2f4b5e3313
commit
5524af56e5
@ -253,8 +253,7 @@ define(['loading', 'viewManager', 'skinManager', 'pluginManager', 'backdrop', 'b
|
||||
|
||||
firstConnectionResult = null;
|
||||
|
||||
if (firstResult.State != MediaBrowser.ConnectionState.SignedIn) {
|
||||
|
||||
if (firstResult.State != MediaBrowser.ConnectionState.SignedIn && !route.anonymous) {
|
||||
handleConnectionResult(firstResult, loading);
|
||||
return;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user