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: Julien Machiels <julien.machiels@protonmail.com>
This commit is contained in:
Matjaz Zavski 2020-08-04 18:51:52 +02:00 committed by GitHub
parent 9576769924
commit 19af050453
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -273,7 +273,7 @@ export default function (view, params) {
let tabContent; let tabContent;
if (index === 0) { if (index === 0) {
tabContent = view.querySelector('.pageTabContent[data-index=\'' + index + '\']'); tabContent = view.querySelector(`.pageTabContent[data-index="${index}"]`);
self.tabContent = tabContent; self.tabContent = tabContent;
} }