diff --git a/web-src/src/router/index.js b/web-src/src/router/index.js index 17490f22..491ab6e6 100644 --- a/web-src/src/router/index.js +++ b/web-src/src/router/index.js @@ -147,7 +147,7 @@ export const router = new VueRouter({ path: '/audiobooks/artists', name: 'AudiobooksArtists', component: PageAudiobooksArtists, - meta: { show_progress: true, has_tabs: true } + meta: { show_progress: true, has_tabs: true, has_index: true } }, { path: '/audiobooks/albums',