mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
CR fix
This commit is contained in:
parent
4b7554c84e
commit
5e81f4d741
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue