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,4 +1,4 @@
|
|||
import backdrop from '../backdrop/backdrop';
|
||||
import { clearBackdrop } from '../backdrop/backdrop';
|
||||
import * as mainTabsManager from '../maintabsmanager';
|
||||
import layoutManager from '../layoutManager';
|
||||
import '../../elements/emby-tabs/emby-tabs';
|
||||
|
@ -87,7 +87,7 @@ class TabbedView {
|
|||
|
||||
onResume() {
|
||||
this.setTitle();
|
||||
backdrop.clearBackdrop();
|
||||
clearBackdrop();
|
||||
|
||||
const currentTabController = this.currentTabController;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue