diff --git a/client/components/app/SideRail.vue b/client/components/app/SideRail.vue index 183bf96d..dbbc4d26 100644 --- a/client/components/app/SideRail.vue +++ b/client/components/app/SideRail.vue @@ -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'