oops; fix title sorting
(brown paper bag time again)
This commit is contained in:
@@ -1112,7 +1112,7 @@ CString MusicWheel::GetSectionNameFromSongAndSort( const Song* pSong, SongSortOr
|
||||
// sTemp = "NUM";
|
||||
// return sTemp;
|
||||
case SORT_TITLE:
|
||||
sTemp = pSong->GetTranslitSubTitle();
|
||||
sTemp = pSong->GetTranslitMainTitle();
|
||||
sTemp.MakeUpper();
|
||||
if(sTemp.empty()) return "";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user