mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Remove default export for backdrop component
This commit is contained in:
parent
125d5cb015
commit
a9ae263045
6 changed files with 15 additions and 22 deletions
|
@ -1,6 +1,6 @@
|
|||
import { appHost } from './apphost';
|
||||
import appSettings from '../scripts/settings/appSettings';
|
||||
import backdrop, { setBackdropTransparency } from './backdrop/backdrop';
|
||||
import { clearBackdrop, setBackdropTransparency } from './backdrop/backdrop';
|
||||
import browser from '../scripts/browser';
|
||||
import { Events } from 'jellyfin-apiclient';
|
||||
import globalize from '../scripts/globalize';
|
||||
|
@ -106,7 +106,7 @@ class AppRouter {
|
|||
}
|
||||
|
||||
beginConnectionWizard() {
|
||||
backdrop.clearBackdrop();
|
||||
clearBackdrop();
|
||||
loading.show();
|
||||
ServerConnections.connect({
|
||||
enableAutoLogin: appSettings.enableAutoLogin()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue