mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
improve cd and poster views
This commit is contained in:
parent
afbda20cad
commit
0595f24311
6 changed files with 209 additions and 23 deletions
|
@ -25,7 +25,8 @@
|
|||
html += LibraryBrowser.getPosterDetailViewHtml({
|
||||
items: result.Items,
|
||||
useAverageAspectRatio: true,
|
||||
context: "music"
|
||||
context: "music",
|
||||
shape: "cd"
|
||||
});
|
||||
|
||||
html += LibraryBrowser.getPagingHtml(query, result.TotalRecordCount);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue