mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added a-z picker to more screens
This commit is contained in:
parent
3e88762620
commit
73c8898800
8 changed files with 57 additions and 5 deletions
|
@ -264,7 +264,7 @@
|
|||
|
||||
var html = LibraryBrowser.getPosterViewHtml({
|
||||
items: result.Items,
|
||||
useAverageAspectRatio: true,
|
||||
useAverageAspectRatio: item.MediaType != "Game",
|
||||
showNewIndicator: true,
|
||||
shape: item.Type == "MusicAlbum" ? "square" : "portrait"
|
||||
});
|
||||
|
@ -320,7 +320,6 @@
|
|||
}
|
||||
|
||||
function renderChildren(page, item) {
|
||||
|
||||
var sortBy = item.Type == "Boxset" ? "ProductionYear,SortName" : "SortName";
|
||||
|
||||
ApiClient.getItems(Dashboard.getCurrentUserId(), {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue