update genre queries

This commit is contained in:
Luke Pulverenti 2016-11-25 13:25:01 -05:00
parent b7c966a72c
commit 70994b54a6
4 changed files with 15 additions and 4 deletions

View file

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