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

added music genres page

This commit is contained in:
Luke Pulverenti 2013-04-19 19:57:23 -04:00
parent a673f90a45
commit b048864e57
5 changed files with 186 additions and 546 deletions

View file

@ -159,6 +159,11 @@
loadItems(page, { IncludeItemTypes: "Episode", PersonTypes: "GuestStar" });
});
$("#radioAlbums", page).on("click", function () {
loadItems(page, { IncludeItemTypes: "MusicAlbum", PersonTypes: "Artist" });
});
}
function renderDetails(page, item) {