Updated library routes to handle both detail and browse views

This commit is contained in:
Eliot Berriot 2017-12-12 23:03:58 +01:00
parent c6d408924b
commit 74926114e4
No known key found for this signature in database
GPG key ID: DD6965E2476E5C27
8 changed files with 20 additions and 20 deletions

View file

@ -12,7 +12,7 @@
{{ album.title }}
<div class="sub header">
Album containing {{ album.tracks.length }} tracks,
by <router-link :to="{name: 'library.artist', params: {id: album.artist.id }}">
by <router-link :to="{name: 'library.artists.detail', params: {id: album.artist.id }}">
{{ album.artist.name }}
</router-link>
</div>