Fix authors button in SideRail selected

This commit is contained in:
advplyr 2024-10-06 15:58:23 -05:00
parent 6820d9ae4e
commit 8ba17db877

View File

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