Fixed issue where now playing readout was not properly ellipsized.

This commit is contained in:
casey langen 2020-12-20 12:35:17 -08:00
parent 5b1f07c953
commit 0ca5bb4bbb

View File

@ -280,6 +280,7 @@ static size_t writePlayingFormat(
else { else {
value = Strings.PLAYING; value = Strings.PLAYING;
} }
cols = u8len(value);
} }
if (token->value == "$title") { if (token->value == "$title") {
attr = gb; attr = gb;