优化tts登录

This commit is contained in:
gedoor 2021-10-12 20:40:41 +08:00
parent 0b39bbf6e6
commit 665a053101

View File

@ -27,7 +27,7 @@ data class HttpTTS(
}
override fun getKey(): String {
return id.toString()
return "httpTts:$id"
}
override fun getSource(): BaseSource {