E Smartlyrics in DC bug (spaces doubled)
This commit is contained in:
parent
2a1d0d3f18
commit
79cccd53ee
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue