1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
matjaz321 2020-08-04 18:57:47 +02:00
parent 4b7554c84e
commit 5e81f4d741

View file

@ -360,7 +360,7 @@ export default function (view, params) {
};
self.renderTab = function () {
const tabContent = view.querySelector('.pageTabContent[data-index=\'0\']');
const tabContent = view.querySelector('.pageTabContent[data-index="0"]');
if (enableFullRender()) {
reload(tabContent, true);