mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
rework web client quality options
This commit is contained in:
parent
6de0b196ba
commit
8f30211ec1
5 changed files with 167 additions and 83 deletions
|
@ -402,6 +402,10 @@
|
|||
};
|
||||
|
||||
query = $.extend(query, options || {});
|
||||
|
||||
if (query.IncludeItemTypes == "Audio") {
|
||||
query.SortBy = "Album,SortName";
|
||||
}
|
||||
|
||||
addCurrentItemToQuery(query);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue