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

reduce image processing

This commit is contained in:
Luke Pulverenti 2015-11-09 13:18:37 -05:00
parent 205ecd6427
commit fbec970987
10 changed files with 22 additions and 25 deletions

View file

@ -8,7 +8,7 @@
if (!pageData) {
pageData = data[key] = {
query: {
SortBy: "AlbumArtist,SortName",
SortBy: "SortName",
SortOrder: "Ascending",
IncludeItemTypes: "MusicAlbum",
Recursive: true,