mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix song sorting
This commit is contained in:
parent
9fb1452f93
commit
5c24b145bc
1 changed files with 4 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue