mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-02 17:24:57 +02:00
Fix authors button in SideRail selected
This commit is contained in:
parent
6820d9ae4e
commit
8ba17db877
1 changed files with 1 additions and 1 deletions
|
@ -180,7 +180,7 @@ export default {
|
|||
return this.$route.name === 'library-library-series-id' || this.paramId === 'series'
|
||||
},
|
||||
isAuthorsPage() {
|
||||
return this.$route.name === 'library-library-authors'
|
||||
return this.libraryBookshelfPage && this.paramId === 'authors'
|
||||
},
|
||||
isNarratorsPage() {
|
||||
return this.$route.name === 'library-library-narrators'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue