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:
parent
a673f90a45
commit
b048864e57
5 changed files with 186 additions and 546 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue