This commit is contained in:
gedoor 2021-10-14 22:58:34 +08:00
parent 98492c3249
commit 76cb917530

View File

@ -140,7 +140,7 @@ class HttpReadAloudService : BaseReadAloudService(),
}
}
} catch (e: CancellationException) {
//停止朗读,不处理
//任务取消,不处理
} catch (e: SocketTimeoutException) {
removeSpeakCacheFile(fileName)
toastOnUi("tts接口超时尝试重新获取")