From 87fbf4f1da6d0a4d141761a7674cc24e2f5b72c4 Mon Sep 17 00:00:00 2001 From: advplyr Date: Fri, 3 Dec 2021 18:07:42 -0600 Subject: [PATCH] Fix:Series URL paths #217 --- client/components/cards/LazySeriesCard.vue | 2 +- client/pages/audiobook/_id/index.vue | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/components/cards/LazySeriesCard.vue b/client/components/cards/LazySeriesCard.vue index ed19408d..d056b19b 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 0dc3444e..848b2f63 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 }}