mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge branch 'es6-webpack' of github.com:vitorsemeano/jellyfin-web into es6-webpack
This commit is contained in:
commit
d74a166476
1 changed files with 2 additions and 0 deletions
|
@ -266,6 +266,8 @@ import { appRouter } from '../appRouter';
|
|||
}
|
||||
|
||||
parentContainer.insertAdjacentHTML('afterbegin', getNowPlayingBarHtml());
|
||||
window.CustomElements.upgradeSubtree(parentContainer);
|
||||
|
||||
nowPlayingBarElement = parentContainer.querySelector('.nowPlayingBar');
|
||||
|
||||
if (layoutManager.mobile) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue