Fix:Series URL paths #217

This commit is contained in:
advplyr 2021-12-03 18:07:42 -06:00
parent 3e5ddf90ed
commit 87fbf4f1da
2 changed files with 2 additions and 2 deletions

View file

@ -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