1
0
Fork 0
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:
Luke Pulverenti 2013-05-16 16:46:18 -04:00
parent 3e88762620
commit 73c8898800
8 changed files with 57 additions and 5 deletions

View file

@ -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(), {