1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

added GameGenre

This commit is contained in:
Luke Pulverenti 2013-07-01 13:17:33 -04:00
parent 58e6a91984
commit d1a8e37334
8 changed files with 274 additions and 11 deletions

View file

@ -5,7 +5,6 @@
SortBy: "SortName",
SortOrder: "Ascending",
MediaTypes: "Game",
Recursive: true,
Fields: "ItemCounts,DateCreated,UserData",
StartIndex: 0
@ -15,7 +14,7 @@
Dashboard.showLoadingMsg();
ApiClient.getGenres(Dashboard.getCurrentUserId(), query).done(function (result) {
ApiClient.getGameGenres(Dashboard.getCurrentUserId(), query).done(function (result) {
// Scroll back up so they can see the results from the beginning
$(document).scrollTop(0);