Skip to content

Commit

Permalink
Version bump 2.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Jul 3, 2022
1 parent 0a6aa43 commit 95ebe0f
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions client/components/cards/LazyBookCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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 || ''
Expand Down
4 changes: 2 additions & 2 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -35,4 +35,4 @@
"autoprefixer": "^10.4.7",
"postcss": "^8.3.6"
}
}
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 95ebe0f

Please sign in to comment.