fix song format in lyrics screen
This commit is contained in:
@@ -191,7 +191,7 @@ void Lyrics::SwitchTo()
|
|||||||
std::basic_string<my_char_t> Lyrics::Title()
|
std::basic_string<my_char_t> Lyrics::Title()
|
||||||
{
|
{
|
||||||
std::basic_string<my_char_t> result = U("Lyrics: ");
|
std::basic_string<my_char_t> result = U("Lyrics: ");
|
||||||
result += Scroller(itsSong.toString("%a - %t"), COLS-result.length()-(Config.new_design ? 2 : VolumeState.length()), itsScrollBegin);
|
result += Scroller(itsSong.toString("{%a - %t}"), COLS-result.length()-(Config.new_design ? 2 : VolumeState.length()), itsScrollBegin);
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user