mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
multiple import fixes between other minor bugs
This commit is contained in:
parent
f77165f8c0
commit
4dd1917949
4 changed files with 77 additions and 86 deletions
|
@ -15,6 +15,7 @@ import appFooter from '../appFooter/appFooter';
|
|||
import itemShortcuts from '../shortcuts';
|
||||
import './nowPlayingBar.css';
|
||||
import '../../elements/emby-slider/emby-slider';
|
||||
import { appRouter } from '../appRouter';
|
||||
|
||||
/* eslint-disable indent */
|
||||
|
||||
|
@ -248,9 +249,7 @@ import '../../elements/emby-slider/emby-slider';
|
|||
}
|
||||
|
||||
function showRemoteControl() {
|
||||
import('../appRouter').then(({default: appRouter}) => {
|
||||
appRouter.showNowPlaying();
|
||||
});
|
||||
appRouter.showNowPlaying();
|
||||
}
|
||||
|
||||
let nowPlayingBarElement;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue