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:
parent
6510868c48
commit
70abe25960
4 changed files with 25 additions and 27 deletions
|
@ -266,7 +266,7 @@
|
|||
|
||||
$("#radioAlbums", page).on("click", function () {
|
||||
|
||||
shape = "cd";
|
||||
shape = "square";
|
||||
loadItems(page, {
|
||||
MediaTypes: "",
|
||||
IncludeItemTypes: "MusicAlbum",
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
items: result.Items,
|
||||
useAverageAspectRatio: true,
|
||||
context: "music",
|
||||
shape: "cd"
|
||||
shape: "square"
|
||||
});
|
||||
|
||||
html += LibraryBrowser.getPagingHtml(query, result.TotalRecordCount);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue