diff --git a/client/components/Reader/RecentBooksPage/RecentBooksPage.vue b/client/components/Reader/RecentBooksPage/RecentBooksPage.vue index eba83b0f..04515175 100644 --- a/client/components/Reader/RecentBooksPage/RecentBooksPage.vue +++ b/client/components/Reader/RecentBooksPage/RecentBooksPage.vue @@ -229,7 +229,7 @@ class RecentBooksPage { let title = bt.bookTitle; title = (title ? `"${title}"`: ''); - const author = (bt.author ? bt.author : (bt.bookTitle ? bt.bookTitle : book.url)); + const author = (bt.author ? bt.author : (bt.bookTitle ? bt.bookTitle : (book.uploadFileName ? book.uploadFileName : book.url))); result.push({ num,