add missing 'else' action in DisplaySong()
This commit is contained in:
@@ -740,6 +740,7 @@ void DisplaySong(const Song &s, void *data, Menu<Song> *menu)
|
|||||||
if (!right)
|
if (!right)
|
||||||
*menu << s.GetAlbum();
|
*menu << s.GetAlbum();
|
||||||
else
|
else
|
||||||
|
buf << TO_WSTRING(s.GetAlbum());
|
||||||
break;
|
break;
|
||||||
case 'y':
|
case 'y':
|
||||||
if (!right)
|
if (!right)
|
||||||
|
|||||||
Reference in New Issue
Block a user