mirror of
https://github.com/beetbox/beets.git
synced 2025-12-06 16:42:42 +01:00
Fix typo
This commit is contained in:
parent
3b8cb98e6d
commit
e2f83cdf77
1 changed files with 1 additions and 1 deletions
|
|
@ -658,7 +658,7 @@ class SpotifyPlugin(MetadataSourcePlugin, BeetsPlugin):
|
|||
self._log.debug("No track_id present for: {}", item)
|
||||
continue
|
||||
|
||||
popularity, iscr, ean, upc = self.track_info(spotify_track_id)
|
||||
popularity, isrc, ean, upc = self.track_info(spotify_track_id)
|
||||
item["spotify_track_popularity"] = popularity
|
||||
item["isrc"] = isrc
|
||||
item["ean"] = ean
|
||||
|
|
|
|||
Loading…
Reference in a new issue