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

more on music front page

This commit is contained in:
Luke Pulverenti 2013-04-25 21:17:22 -04:00
parent 6510868c48
commit 70abe25960
4 changed files with 25 additions and 27 deletions

View file

@ -266,7 +266,7 @@
$("#radioAlbums", page).on("click", function () {
shape = "cd";
shape = "square";
loadItems(page, {
MediaTypes: "",
IncludeItemTypes: "MusicAlbum",

View file

@ -26,7 +26,7 @@
items: result.Items,
useAverageAspectRatio: true,
context: "music",
shape: "cd"
shape: "square"
});
html += LibraryBrowser.getPagingHtml(query, result.TotalRecordCount);