diff --git a/client/components/app/BookShelfToolbar.vue b/client/components/app/BookShelfToolbar.vue index 739a96a26..a68891501 100644 --- a/client/components/app/BookShelfToolbar.vue +++ b/client/components/app/BookShelfToolbar.vue @@ -16,6 +16,9 @@

{{ $strings.ButtonLatest }}

+ +

{{ $strings.ButtonCalendar }}

+

{{ $strings.ButtonSeries }}

@@ -271,6 +274,9 @@ export default { isPodcastLatestPage() { return this.$route.name === 'library-library-podcast-latest' }, + isCalendarPage() { + return this.$route.name === 'library-library-calendar' + }, isPodcastDownloadQueuePage() { return this.$route.name === 'library-library-podcast-download-queue' },