Merge branch 'es6-webpack' of github.com:vitorsemeano/jellyfin-web into es6-webpack

This commit is contained in:
vitorsemeano 2020-11-08 20:14:59 +00:00
commit d74a166476

View File

@ -266,6 +266,8 @@ import { appRouter } from '../appRouter';
}
parentContainer.insertAdjacentHTML('afterbegin', getNowPlayingBarHtml());
window.CustomElements.upgradeSubtree(parentContainer);
nowPlayingBarElement = parentContainer.querySelector('.nowPlayingBar');
if (layoutManager.mobile) {