Skip to content

Commit

Permalink
Make popular sort look like it works
Browse files Browse the repository at this point in the history
but it really doesnt
  • Loading branch information
poco0317 committed Dec 2, 2018
1 parent 8f936ef commit b16c1d3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/MusicWheel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,9 @@ MusicWheel::GetSongList(vector<Song*>& arraySongs, SortOrder so)
SONGMAN->GetPreferredSortSongs(apAllSongs);
break;
case SORT_POPULARITY:
apAllSongs = SONGMAN->GetPopularSongs();
break;
// todo: make this work -poco
//apAllSongs = SONGMAN->GetPopularSongs();
//break;
case SORT_GROUP:
// if we're not using sections with a preferred song group, and
// there is a group to load, only load those songs. -aj
Expand Down

0 comments on commit b16c1d3

Please sign in to comment.