Merge pull request #1918 from jellyfin/standalone

Fix startup wizard redirect and standalone mode
This commit is contained in:
Joshua M. Boniface
2020-11-21 22:25:50 -05:00
committed by GitHub
10 changed files with 104 additions and 134 deletions
-5
View File
@@ -6,7 +6,6 @@ import '../../elements/emby-textarea/emby-textarea';
import '../../elements/emby-input/emby-input';
import '../../elements/emby-select/emby-select';
import '../../elements/emby-button/emby-button';
import AppInfo from '../../components/AppInfo';
import Dashboard from '../../scripts/clientUtils';
import alert from '../../components/alert';
@@ -47,10 +46,6 @@ import alert from '../../components/alert';
ApiClient.updateNamedConfiguration(brandingConfigKey, brandingConfig).then(function () {
Dashboard.processServerConfigurationUpdateResult();
if (requiresReload && !AppInfo.isNativeApp) {
window.location.reload(true);
}
});
});
}, function () {