mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix LiveTV anchors
This commit is contained in:
parent
3992265189
commit
d9e3ef2c3e
1 changed files with 1 additions and 1 deletions
|
@ -338,7 +338,7 @@ export default function (view, params) {
|
|||
let initialTabIndex = currentTabIndex;
|
||||
let lastFullRender = 0;
|
||||
[].forEach.call(view.querySelectorAll('.sectionTitleTextButton-programs'), function (link) {
|
||||
const href = link.href;
|
||||
const href = link.getAttribute('href');
|
||||
|
||||
if (href) {
|
||||
link.href = href + '&serverId=' + ApiClient.serverId();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue