update startup wizard

This commit is contained in:
Luke Pulverenti 2016-03-25 13:38:29 -04:00
parent 2f4b5e3313
commit 5524af56e5

View File

@ -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;
}