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

further improve last fm images

This commit is contained in:
Luke Pulverenti 2013-09-06 13:26:56 -04:00
parent f6fc46bb33
commit b7d236b9e4
2 changed files with 1 additions and 5 deletions

View file

@ -5,7 +5,7 @@
// The base query options
var query = {
SortBy: "SortName",
SortBy: "AlbumArtist,SortName",
SortOrder: "Ascending",
IncludeItemTypes: "MusicAlbum",
Recursive: true,