We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14878a7 commit 3e0241fCopy full SHA for 3e0241f
shared/src/commonMain/kotlin/com/toasterofbread/spmp/youtubeapi/lyrics/Furigana.kt
@@ -209,7 +209,7 @@ private fun removeHiraganaReadings(term: SongLyrics.Term.Text): List<SongLyrics.
209
210
val converted_hira_section: String = hira_section.toHiragana()
211
212
- val index: Int = reading.indexOf(converted_hira_section, reading_head)
+ val index: Int = reading.toHiragana().indexOf(converted_hira_section, reading_head)
213
if (index == -1) {
214
return
215
}
0 commit comments