update genre queries
This commit is contained in:
parent
b7c966a72c
commit
70994b54a6
4 changed files with 15 additions and 4 deletions
|
@ -60,7 +60,7 @@
|
|||
|
||||
function getMoreItemsHref(itemId, type) {
|
||||
|
||||
return 'secondaryitems.html?type=' + type + '&parentId=' + itemId;
|
||||
return 'secondaryitems.html?type=' + type + '&genreId=' + itemId + '&parentId=' + params.topParentId;
|
||||
}
|
||||
|
||||
dom.addEventListener(tabContent, 'click', function (e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue