fix song sorting
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user