[web-src] Audiobooks index list

This commit is contained in:
chme
2020-09-27 19:22:33 +02:00
parent f4f80f3508
commit 886754e6ad
6 changed files with 16 additions and 8 deletions

View File

@@ -160,7 +160,7 @@ export const router = new VueRouter({
path: '/audiobooks/albums',
name: 'AudiobooksAlbums',
component: PageAudiobooksAlbums,
meta: { show_progress: true, has_tabs: true }
meta: { show_progress: true, has_tabs: true, has_index: true }
},
{
path: '/audiobooks/:album_id',