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:
parent
bd394c4e06
commit
76c5960fd4
1 changed files with 4 additions and 2 deletions
|
@ -398,7 +398,7 @@
|
||||||
query = $.extend(query, options || {});
|
query = $.extend(query, options || {});
|
||||||
|
|
||||||
if (query.IncludeItemTypes == "Audio") {
|
if (query.IncludeItemTypes == "Audio") {
|
||||||
query.SortBy = "Album,SortName";
|
query.SortBy = "AlbumArtist,Album,SortName";
|
||||||
}
|
}
|
||||||
|
|
||||||
addCurrentItemToQuery(query);
|
addCurrentItemToQuery(query);
|
||||||
|
@ -466,7 +466,9 @@
|
||||||
items: result.Items,
|
items: result.Items,
|
||||||
shape: "square",
|
shape: "square",
|
||||||
context: 'music',
|
context: 'music',
|
||||||
playFromHere: true
|
playFromHere: true,
|
||||||
|
showTitle: true,
|
||||||
|
showParentTitle: true
|
||||||
});
|
});
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue