diff --git a/client/components/cards/LazySeriesCard.vue b/client/components/cards/LazySeriesCard.vue index ed19408d3..d056b19bb 100644 --- a/client/components/cards/LazySeriesCard.vue +++ b/client/components/cards/LazySeriesCard.vue @@ -82,7 +82,7 @@ export default { clickCard() { if (!this.series) return var router = this.$router || this.$nuxt.$router - router.push(`/library/${this.currentLibraryId}/bookshelf/series?series=${this.seriesId}`) + router.push(`/library/${this.currentLibraryId}/series/${this.seriesId}`) }, imageLoaded() { this.imageReady = true diff --git a/client/pages/audiobook/_id/index.vue b/client/pages/audiobook/_id/index.vue index 0dc3444e4..848b2f632 100644 --- a/client/pages/audiobook/_id/index.vue +++ b/client/pages/audiobook/_id/index.vue @@ -23,7 +23,7 @@ by {{ author }}

by Unknown

- {{ seriesText }} + {{ seriesText }}