mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework filter dialog
This commit is contained in:
parent
1da9f23413
commit
902dc76b59
7 changed files with 366 additions and 328 deletions
|
@ -1033,7 +1033,7 @@
|
|||
}
|
||||
|
||||
if (item.CollectionType == 'boxsets') {
|
||||
return 'collections.html?topParentId=' + item.Id;
|
||||
return 'itemlist.html?topParentId=' + item.Id + '&parentId=' + item.Id;
|
||||
}
|
||||
|
||||
if (item.CollectionType == 'tvshows') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue