From 6a2f85e04f66bbfc9a75f52dfecad637e72a044a Mon Sep 17 00:00:00 2001 From: Alain Nussbaumer Date: Sat, 10 Jun 2023 18:25:12 +0200 Subject: [PATCH] [web] Fix for Spotify playlist not being played properly If a Spotify playlist is containing unplayable tracks (e.g., wrong market), the position of the subsequent tracks in the playlist must be changed accordingly. Moreover, the album property was provided for no reason. --- .../src/components/SpotifyListItemTrack.vue | 14 ++++++++--- web-src/src/pages/SpotifyPageAlbum.vue | 1 - web-src/src/pages/SpotifyPagePlaylist.vue | 24 ++++++++++++------- web-src/src/pages/SpotifyPageSearch.vue | 1 - 4 files changed, 27 insertions(+), 13 deletions(-) diff --git a/web-src/src/components/SpotifyListItemTrack.vue b/web-src/src/components/SpotifyListItemTrack.vue index 763ab419..3c80bd49 100644 --- a/web-src/src/components/SpotifyListItemTrack.vue +++ b/web-src/src/components/SpotifyListItemTrack.vue @@ -1,6 +1,12 @@