Browse Source

Улучшение отображения загруженных

Book Pauk 3 years ago
parent
commit
25cad81c50
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/components/Reader/RecentBooksPage/RecentBooksPage.vue

+ 1 - 1
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,