From 95ebe0f08701a48c33d37e714ad743807c5b041c Mon Sep 17 00:00:00 2001 From: advplyr Date: Sat, 2 Jul 2022 19:15:23 -0500 Subject: [PATCH] Version bump 2.0.23 --- client/components/cards/LazyBookCard.vue | 2 ++ client/package-lock.json | 4 ++-- client/package.json | 4 ++-- package-lock.json | 2 +- package.json | 2 +- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/client/components/cards/LazyBookCard.vue b/client/components/cards/LazyBookCard.vue index 45d49ac773..6cea7cdbae 100644 --- a/client/components/cards/LazyBookCard.vue +++ b/client/components/cards/LazyBookCard.vue @@ -248,12 +248,14 @@ export default { return this.mediaMetadata.authorNameLF }, displayTitle() { + if (this.recentEpisode) return this.recentEpisode.title if (this.orderBy === 'media.metadata.title' && this.sortingIgnorePrefix) { return this.mediaMetadata.titleIgnorePrefix } return this.title }, displayLineTwo() { + if (this.recentEpisode) return this.title if (this.isPodcast) return this.author if (this.isAuthorBookshelfView) { return this.mediaMetadata.publishedYear || '' diff --git a/client/package-lock.json b/client/package-lock.json index 59b20a5938..af428e06ee 100644 --- a/client/package-lock.json +++ b/client/package-lock.json @@ -1,6 +1,6 @@ { "name": "audiobookshelf-client", - "version": "2.0.22", + "version": "2.0.23", "lockfileVersion": 2, "requires": true, "packages": { @@ -30811,4 +30811,4 @@ "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==" } } -} +} \ No newline at end of file diff --git a/client/package.json b/client/package.json index 8c5b74649a..9e0f933af6 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "audiobookshelf-client", - "version": "2.0.22", + "version": "2.0.23", "description": "Self-hosted audiobook and podcast client", "main": "index.js", "scripts": { @@ -35,4 +35,4 @@ "autoprefixer": "^10.4.7", "postcss": "^8.3.6" } -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index fde694dcf5..ecaa890e04 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "audiobookshelf", - "version": "2.0.22", + "version": "2.0.23", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 404c83c578..e4bd682af2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "audiobookshelf", - "version": "2.0.22", + "version": "2.0.23", "description": "Self-hosted audiobook and podcast server", "main": "index.js", "scripts": {