[web-src] Add index navigation to artist tracks page

This commit is contained in:
chme
2018-12-19 17:50:02 +01:00
parent 8b37039b15
commit 11179f7ac5
2 changed files with 14 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ export const router = new VueRouter({
path: '/music/artists/:artist_id/tracks',
name: 'Tracks',
component: PageArtistTracks,
meta: { show_progress: true }
meta: { show_progress: true, has_index: true }
},
{
path: '/music/albums',