mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update series queries
This commit is contained in:
parent
b162cf30c5
commit
da237475f0
18 changed files with 34 additions and 217 deletions
|
@ -332,6 +332,10 @@
|
|||
return 'secondaryitems.html?type=' + type + '&artistId=' + item.Id;
|
||||
}
|
||||
|
||||
if (item.Type == 'Person') {
|
||||
return 'secondaryitems.html?type=' + type + '&personId=' + item.Id;
|
||||
}
|
||||
|
||||
return 'secondaryitems.html?type=' + type + '&parentId=' + item.Id;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue