Skip to content

Commit

Permalink
fix song sorting
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePulverenti committed Jan 7, 2016
1 parent f561ae2 commit 3f15662
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 3f15662

Please sign in to comment.