This commit is contained in:
Horis 2024-01-30 13:02:04 +08:00
parent 2c2607c809
commit f302fabfcf

View File

@ -123,7 +123,7 @@ class BookInfoViewModel(application: Application) : BaseViewModel(application) {
}
fun refreshBook(book: Book) {
execute {
execute(executeContext = IO) {
if (book.isLocal) {
book.tocUrl = ""
book.getRemoteUrl()?.let {