mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-06 10:42:44 +02:00
Fix:Series URL paths #217
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user