convert filenames to current locale if needed / some implementation improvements
This commit is contained in:
@@ -533,7 +533,7 @@ void DisplaySongInColumns(const Song &s, void *s_template, Menu<Song> *menu)
|
||||
|
||||
void DisplaySong(const Song &s, void *data, Menu<Song> *menu)
|
||||
{
|
||||
const_cast<Song *>(&s)->LocalizeTags();
|
||||
const_cast<Song *>(&s)->Localize();
|
||||
|
||||
const string &song_template = data ? *static_cast<string *>(data) : "";
|
||||
basic_buffer<my_char_t> buf;
|
||||
|
||||
Reference in New Issue
Block a user