mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #1918 from jellyfin/standalone
Fix startup wizard redirect and standalone mode
This commit is contained in:
commit
3961657c70
10 changed files with 104 additions and 134 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue