diff --git a/src/display.cpp b/src/display.cpp index 5b2e6c3d..d9504f18 100644 --- a/src/display.cpp +++ b/src/display.cpp @@ -92,6 +92,9 @@ string Display::Columns(string st) void Display::SongsInColumns(const MPD::Song &s, void *s_template, Menu *menu) { + if (!s.Localized()) + const_cast(&s)->Localize(); + string st = s_template ? *static_cast(s_template) : ""; size_t where = 0; Color color;