1
0
Fork 0
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:
Luke Pulverenti 2016-06-18 15:21:28 -04:00
parent 1da9f23413
commit 902dc76b59
7 changed files with 366 additions and 328 deletions

View file

@ -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') {