1
0
Fork 0
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:
Luke Pulverenti 2014-01-08 15:29:09 -05:00
parent 6de0b196ba
commit 8f30211ec1
5 changed files with 167 additions and 83 deletions

View file

@ -402,6 +402,10 @@
};
query = $.extend(query, options || {});
if (query.IncludeItemTypes == "Audio") {
query.SortBy = "Album,SortName";
}
addCurrentItemToQuery(query);