This commit is contained in:
Horis
2024-01-30 13:02:04 +08:00
parent 11f65412c6
commit ba03572217
@@ -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 {