mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Merge branch 'es6-webpack' of github.com:vitorsemeano/jellyfin-web into es6-webpack
This commit is contained in:
commit
d74a166476
@ -266,6 +266,8 @@ import { appRouter } from '../appRouter';
|
||||
}
|
||||
|
||||
parentContainer.insertAdjacentHTML('afterbegin', getNowPlayingBarHtml());
|
||||
window.CustomElements.upgradeSubtree(parentContainer);
|
||||
|
||||
nowPlayingBarElement = parentContainer.querySelector('.nowPlayingBar');
|
||||
|
||||
if (layoutManager.mobile) {
|
||||
|
Loading…
Reference in New Issue
Block a user