mirror of
https://github.com/beetbox/beets.git
synced 2026-01-07 00:15:20 +01:00
Update spotify.py
This commit is contained in:
parent
ba3a582483
commit
db1c77fb25
1 changed files with 2 additions and 0 deletions
|
|
@ -597,6 +597,8 @@ class SpotifyPlugin(MetadataSourcePlugin, BeetsPlugin):
|
|||
self.track_audio_features(item.spotify_track_id)
|
||||
for feature in audio_features.keys():
|
||||
if feature in spotify_audio_features.keys():
|
||||
self._log.info('feature: {}',
|
||||
audio_features[feature])
|
||||
item[spotify_audio_features[feature][0]] = \
|
||||
audio_features[feature]
|
||||
item.store()
|
||||
|
|
|
|||
Loading…
Reference in a new issue