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: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
e950e77f2e
commit
d09b6de988
1 changed files with 1 additions and 1 deletions
|
@ -277,7 +277,7 @@ export default function (view, params) {
|
|||
let controller = tabControllers[index];
|
||||
|
||||
if (!controller) {
|
||||
tabContent = view.querySelector('.pageTabContent[data-index="${index}"]');
|
||||
tabContent = view.querySelector(`.pageTabContent[data-index="${index}"]`);
|
||||
|
||||
if (index === 0) {
|
||||
controller = self;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue