diff --git a/src/MusicWheel.cpp b/src/MusicWheel.cpp index ce7a8f3324..feac0ff32c 100644 --- a/src/MusicWheel.cpp +++ b/src/MusicWheel.cpp @@ -685,6 +685,7 @@ void MusicWheel::BuildWheelItemDatas( vector &arrayWheelIt case SORT_PREFERRED: case SORT_TOP_GRADES: case SORT_BPM: + case SORT_LENGTH: break; // don't sort by section default: SongUtil::SortSongPointerArrayBySectionName(arraySongs, so);