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

fix mono build

This commit is contained in:
Luke Pulverenti 2014-08-22 13:26:58 -04:00
parent bd394c4e06
commit 76c5960fd4

View file

@ -398,7 +398,7 @@
query = $.extend(query, options || {});
if (query.IncludeItemTypes == "Audio") {
query.SortBy = "Album,SortName";
query.SortBy = "AlbumArtist,Album,SortName";
}
addCurrentItemToQuery(query);
@ -466,7 +466,9 @@
items: result.Items,
shape: "square",
context: 'music',
playFromHere: true
playFromHere: true,
showTitle: true,
showParentTitle: true
});
}