E Smartlyrics in DC bug (spaces doubled)

This commit is contained in:
dotmg 2025-12-07 19:22:30 +01:00
parent 2a1d0d3f18
commit 79cccd53ee

View file

@ -752,7 +752,7 @@ class Solfa(val sharedScreenModel: SharedScreenModel, private val fileRepository
val signDS = isDS.groupValues[1]
//todo: calculate positionDS
val item = when (smartLyricsType) {
"E" -> smartELyrics(item)
"E" -> smartELyrics(item.replace(" _", " "))
"Y" -> smartYLyrics(item)
else -> item
}