mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update src/controllers/livetv/livetvsuggested.js
Co-authored-by: Julien Machiels <julien.machiels@protonmail.com>
This commit is contained in:
parent
2b492f7aa0
commit
9576769924
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ export default function (view, params) {
|
||||||
});
|
});
|
||||||
|
|
||||||
self.initTab = function () {
|
self.initTab = function () {
|
||||||
const tabContent = view.querySelector('.pageTabContent[data-index=\'0\']');
|
const tabContent = view.querySelector('.pageTabContent[data-index="0"]');
|
||||||
const containers = tabContent.querySelectorAll('.itemsContainer');
|
const containers = tabContent.querySelectorAll('.itemsContainer');
|
||||||
|
|
||||||
for (let i = 0, length = containers.length; i < length; i++) {
|
for (let i = 0, length = containers.length; i < length; i++) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue