From 86daa0111c4e4de514b1bb9a63ef5c30c607dfd7 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Sat, 11 Nov 2023 21:02:52 -0500 Subject: [PATCH] Update spotify.py --- beetsplug/spotify.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/beetsplug/spotify.py b/beetsplug/spotify.py index 987b18aaf..5c292c0de 100644 --- a/beetsplug/spotify.py +++ b/beetsplug/spotify.py @@ -242,6 +242,7 @@ class SpotifyPlugin(MetadataSourcePlugin, BeetsPlugin): album_data = self._handle_response( requests.get, self.album_url + spotify_id ) + self._log.debug("album_data: {}", album_data) if album_data["name"] == "": self._log.debug("Album removed from Spotify: {}", album_id) return None @@ -359,6 +360,7 @@ class SpotifyPlugin(MetadataSourcePlugin, BeetsPlugin): track_data = self._handle_response( requests.get, self.track_url + spotify_id ) + self._log.debug("track_data: {}", track_data) track = self._get_track(track_data) # Get album's tracks to set `track.index` (position on the entire