mirror of
https://github.com/beetbox/beets.git
synced 2026-02-05 15:03:21 +01:00
Update spotify.py
This commit is contained in:
parent
e2f83cdf77
commit
3b707b9276
1 changed files with 1 additions and 1 deletions
|
|
@ -678,7 +678,7 @@ class SpotifyPlugin(MetadataSourcePlugin, BeetsPlugin):
|
|||
item.try_write()
|
||||
|
||||
def track_info(self, track_id=None):
|
||||
"""Fetch a track popularity and other external_ids by its Spotify ID."""
|
||||
"""Fetch track popularity and other external_ids using its Spotify ID."""
|
||||
track_data = self._handle_response(
|
||||
requests.get, self.track_url + track_id
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue