diff --git a/client/components/app/BookShelfCategorized.vue b/client/components/app/BookShelfCategorized.vue index 24c4d211..21b04907 100644 --- a/client/components/app/BookShelfCategorized.vue +++ b/client/components/app/BookShelfCategorized.vue @@ -7,13 +7,16 @@
Texture
Audiobookshelf is empty!
No results for query
+{{ title }}
{{ matchHtml }}
-by {{ authorFL }}
+by {{ authorName }}
@@ -18,7 +18,7 @@ diff --git a/client/components/cards/GroupCard.vue b/client/components/cards/GroupCard.vue index 98cd2e96..ec92669e 100644 --- a/client/components/cards/GroupCard.vue +++ b/client/components/cards/GroupCard.vue @@ -74,7 +74,7 @@ export default { }, groupTo() { if (this.groupType === 'series') { - return `/library/${this.currentLibraryId}/series/${this.groupEncode}` + return `/library/${this.currentLibraryId}/series/${this._group.id}` } else if (this.groupType === 'collection') { return `/collection/${this._group.id}` } else { @@ -119,7 +119,7 @@ export default { return `${this.groupType}.${this.$encode(this.groupName)}` }, hasValidCovers() { - var validCovers = this.bookItems.map((bookItem) => bookItem.book.cover) + var validCovers = this.bookItems.map((bookItem) => bookItem.media.coverPath) return !!validCovers.length }, showExperimentalFeatures() { diff --git a/client/components/cards/SeriesSearchCard.vue b/client/components/cards/SeriesSearchCard.vue index 0f15f2f0..8ca6b620 100644 --- a/client/components/cards/SeriesSearchCard.vue +++ b/client/components/cards/SeriesSearchCard.vue @@ -1,8 +1,8 @@{{ series }}
+{{ name }}