From cbd7001fb32d03f469f3a125d73c28c1bf2a8e21 Mon Sep 17 00:00:00 2001 From: chme Date: Sun, 12 Jan 2020 10:41:44 +0100 Subject: [PATCH] [web-src] Show album type and release date for spotify albums --- web-src/src/components/SpotifyListItemAlbum.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/web-src/src/components/SpotifyListItemAlbum.vue b/web-src/src/components/SpotifyListItemAlbum.vue index 4effbe53..b2bb2951 100644 --- a/web-src/src/components/SpotifyListItemAlbum.vue +++ b/web-src/src/components/SpotifyListItemAlbum.vue @@ -3,6 +3,7 @@

{{ album.name }}

{{ album.artists[0].name }}

+

({{ album.album_type }}, {{ album.release_date }})