Version bump 2.0.23

This commit is contained in:
advplyr
2022-07-02 19:15:23 -05:00
parent 0a6aa43b07
commit 5c05860eb8
5 changed files with 8 additions and 6 deletions
+2
View File
@@ -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 || ''
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "audiobookshelf-client",
"version": "2.0.22",
"version": "2.0.23",
"lockfileVersion": 2,
"requires": true,
"packages": {
+1 -1
View File
@@ -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": {
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "audiobookshelf",
"version": "2.0.22",
"version": "2.0.23",
"lockfileVersion": 2,
"requires": true,
"packages": {
+1 -1
View File
@@ -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": {