diff --git a/front/src/components/library/Album.vue b/front/src/components/library/Album.vue index 1e96757c3..1681d46e3 100644 --- a/front/src/components/library/Album.vue +++ b/front/src/components/library/Album.vue @@ -10,30 +10,30 @@
{{ album.title }} -
- Album containing {{ album.tracks.length }} tracks, - by + + {{ album.tracks.length }} + {{ album.artist.name }} -
+
- Play all + - Search on wikipedia + - View on MusicBrainz +
-

Tracks

+

diff --git a/front/src/components/library/Artist.vue b/front/src/components/library/Artist.vue index 07d8cbbc7..5c17ac6af 100644 --- a/front/src/components/library/Artist.vue +++ b/front/src/components/library/Artist.vue @@ -10,26 +10,31 @@
{{ artist.name }} -
{{ totalTracks }} tracks in {{ albums.length }} albums
+
+ + {{ totalTracks }} + {{ albums.length }} + +
- Play all albums + - Search on wikipedia + - View on MusicBrainz +
-

Albums by this artist

+

diff --git a/front/src/components/library/Artists.vue b/front/src/components/library/Artists.vue index 72ad108f1..0811f0aa7 100644 --- a/front/src/components/library/Artists.vue +++ b/front/src/components/library/Artists.vue @@ -1,15 +1,15 @@