mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-03 17:54:54 +02:00
Fix:Series URL paths #217
This commit is contained in:
parent
3e5ddf90ed
commit
87fbf4f1da
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue