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
19af050453
commit
4b7554c84e
1 changed files with 1 additions and 1 deletions
|
@ -280,7 +280,7 @@ export default function (view, params) {
|
||||||
let controller = tabControllers[index];
|
let controller = tabControllers[index];
|
||||||
|
|
||||||
if (!controller) {
|
if (!controller) {
|
||||||
tabContent = view.querySelector('.pageTabContent[data-index=\'' + index + '\']');
|
tabContent = view.querySelector('.pageTabContent[data-index="${index}"]');
|
||||||
|
|
||||||
if (index === 0) {
|
if (index === 0) {
|
||||||
controller = self;
|
controller = self;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue