1
0
Fork 0
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:
Matjaz Zavski 2020-08-10 20:47:44 +02:00 committed by GitHub
parent e950e77f2e
commit d09b6de988
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;