1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

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