mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 11:10:52 +00:00
Fixed issue where now playing readout was not properly ellipsized.
This commit is contained in:
parent
5b1f07c953
commit
0ca5bb4bbb
@ -280,6 +280,7 @@ static size_t writePlayingFormat(
|
||||
else {
|
||||
value = Strings.PLAYING;
|
||||
}
|
||||
cols = u8len(value);
|
||||
}
|
||||
if (token->value == "$title") {
|
||||
attr = gb;
|
||||
|
Loading…
Reference in New Issue
Block a user