Skip to content

Commit

Permalink
Update SemanticLyrics.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
nift4 authored Nov 4, 2024
1 parent 11c3b21 commit f9b75f9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ private sealed class SyntacticLrc {
continue
}
if (pendingBgNewLine) {
out.add(NewLine())
out.add(NewLine.SyntheticNewLine())
pendingBgNewLine = false
continue
}
Expand Down Expand Up @@ -527,4 +527,4 @@ fun SemanticLyrics?.convertForLegacy(): MutableList<MediaStoreUtils.Lyric>? {
}.toMutableList()
}
return mutableListOf(MediaStoreUtils.Lyric(null, this.unsyncedText.joinToString("\n"), false))
}
}

0 comments on commit f9b75f9

Please sign in to comment.