[web-src] Keep PageTracks in line with PageArtist

This commit is contained in:
chme
2018-10-27 07:12:07 +02:00
parent 08a370966d
commit 075c4cdb45
2 changed files with 13 additions and 11 deletions

View File

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