mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
fix song sorting
This commit is contained in:
parent
9fb1452f93
commit
5c24b145bc
@ -48,6 +48,10 @@
|
||||
var type = getParameterByName('type');
|
||||
if (type) {
|
||||
pageData.query.IncludeItemTypes = type;
|
||||
|
||||
if (type == 'Audio') {
|
||||
pageData.query.SortBy = 'Album,SortName';
|
||||
}
|
||||
}
|
||||
|
||||
var filters = getParameterByName('filters');
|
||||
|
Loading…
Reference in New Issue
Block a user