mirror of
https://github.com/beetbox/beets.git
synced 2026-01-30 03:54:21 +01:00
Update beetsplug/spotify.py
Co-authored-by: Adrian Sampson <adrian@radbox.org>
This commit is contained in:
parent
c66225708e
commit
d313da2765
1 changed files with 1 additions and 2 deletions
|
|
@ -620,5 +620,4 @@ class SpotifyPlugin(MetadataSourcePlugin, BeetsPlugin):
|
|||
track_data = self._handle_response(
|
||||
requests.get, self.audio_features_url + track_id
|
||||
)
|
||||
audio_features = track_data
|
||||
return audio_features
|
||||
return track_data
|
||||
|
|
|
|||
Loading…
Reference in a new issue