mirror of
https://github.com/beetbox/beets.git
synced 2025-12-16 05:34:47 +01:00
Update docstring
This commit is contained in:
parent
3b707b9276
commit
138216a6bb
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 track popularity and other external_ids using its Spotify ID."""
|
||||
"""Fetch a track's popularity and external IDs using its Spotify ID."""
|
||||
track_data = self._handle_response(
|
||||
requests.get, self.track_url + track_id
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue