diff --git a/dashboard-ui/bower_components/emby-webcomponents/router.js b/dashboard-ui/bower_components/emby-webcomponents/router.js index 413706e07d..dd5c2f5897 100644 --- a/dashboard-ui/bower_components/emby-webcomponents/router.js +++ b/dashboard-ui/bower_components/emby-webcomponents/router.js @@ -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; }