From 791d3610fdaec2cd96b7b25d2aa4ba9b15974d00 Mon Sep 17 00:00:00 2001 From: chme Date: Sun, 26 Dec 2021 19:49:23 +0100 Subject: [PATCH] [web] Display info text if spotify track is not playable Additionally set market query parameter for albums and tracks. According to the spotify documentation, this should not be necessary, as the market for the user account should be used if not set. --- web-src/src/components/SpotifyListItemTrack.vue | 7 +++++-- web-src/src/pages/SpotifyPageAlbum.vue | 2 +- web-src/src/pages/SpotifyPageArtist.vue | 2 +- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/web-src/src/components/SpotifyListItemTrack.vue b/web-src/src/components/SpotifyListItemTrack.vue index 5222dc28..37310236 100644 --- a/web-src/src/components/SpotifyListItemTrack.vue +++ b/web-src/src/components/SpotifyListItemTrack.vue @@ -1,8 +1,11 @@