From 9705c8cd574d2b814024d0e56bda5a6ed99d56eb Mon Sep 17 00:00:00 2001 From: Alain Nussbaumer Date: Sun, 24 Mar 2024 18:05:29 +0100 Subject: [PATCH] [web] Refactor the Spotify album page --- .../src/components/ListItemAlbumSpotify.vue | 13 ++++++++-- web-src/src/pages/PageArtistSpotify.vue | 7 ------ web-src/src/pages/PageMusicSpotify.vue | 14 +++-------- .../src/pages/PageMusicSpotifyNewReleases.vue | 24 ++++++------------- web-src/src/pages/PageSearchSpotify.vue | 7 ------ 5 files changed, 21 insertions(+), 44 deletions(-) diff --git a/web-src/src/components/ListItemAlbumSpotify.vue b/web-src/src/components/ListItemAlbumSpotify.vue index 92159170..526cb113 100644 --- a/web-src/src/components/ListItemAlbumSpotify.vue +++ b/web-src/src/components/ListItemAlbumSpotify.vue @@ -1,5 +1,5 @@