update genre queries
This commit is contained in:
parent
b7c966a72c
commit
70994b54a6
4 changed files with 15 additions and 4 deletions
|
@ -320,6 +320,10 @@
|
|||
|
||||
function getMoreItemsHref(item, type) {
|
||||
|
||||
if (item.Type == 'Genre' || item.Type == 'MusicGenre' || item.Type == 'GameGenre') {
|
||||
return 'secondaryitems.html?type=' + type + '&genreId=' + item.Id + '&parentId=' + params.topParentId;
|
||||
}
|
||||
|
||||
return 'secondaryitems.html?type=' + type + '&parentId=' + item.Id;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue