update startup wizard
This commit is contained in:
parent
2f4b5e3313
commit
5524af56e5
1 changed files with 1 additions and 2 deletions
|
@ -253,8 +253,7 @@ define(['loading', 'viewManager', 'skinManager', 'pluginManager', 'backdrop', 'b
|
||||||
|
|
||||||
firstConnectionResult = null;
|
firstConnectionResult = null;
|
||||||
|
|
||||||
if (firstResult.State != MediaBrowser.ConnectionState.SignedIn) {
|
if (firstResult.State != MediaBrowser.ConnectionState.SignedIn && !route.anonymous) {
|
||||||
|
|
||||||
handleConnectionResult(firstResult, loading);
|
handleConnectionResult(firstResult, loading);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue