Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
821938089 committed Jul 11, 2024
1 parent b059683 commit ea17860
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ class ReadBookViewModel(application: Application) : BaseViewModel(application) {
* 加载详情页
*/
private suspend fun loadBookInfo(book: Book): Boolean {
val source = ReadBook.bookSource ?: return false
val source = ReadBook.bookSource ?: return true
try {
WebBook.getBookInfoAwait(source, book, canReName = false)
return true
Expand Down

0 comments on commit ea17860

Please sign in to comment.