[web-src] Add option to artist albums list to sort by release date

This commit is contained in:
chme
2020-10-17 12:07:27 +02:00
parent f9c184cc75
commit 99437b3ceb
6 changed files with 52 additions and 5 deletions

View File

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