From d0e41538592220602774d128810f9b3de0aa5d5d Mon Sep 17 00:00:00 2001 From: chme Date: Sun, 2 Aug 2020 07:33:17 +0200 Subject: [PATCH] [web-src] Show cover artwork in Spotify album listings --- .../src/components/SpotifyListItemAlbum.vue | 24 +++++++------- web-src/src/pages/SpotifyPageArtist.vue | 29 +++++++++++++++-- web-src/src/pages/SpotifyPageBrowse.vue | 30 +++++++++++++++-- .../pages/SpotifyPageBrowseNewReleases.vue | 32 +++++++++++++++++-- 4 files changed, 95 insertions(+), 20 deletions(-) diff --git a/web-src/src/components/SpotifyListItemAlbum.vue b/web-src/src/components/SpotifyListItemAlbum.vue index a6d2729d..07c5f145 100644 --- a/web-src/src/components/SpotifyListItemAlbum.vue +++ b/web-src/src/components/SpotifyListItemAlbum.vue @@ -1,9 +1,14 @@ -