summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlok Saboo <arsaboo@gmx.com>2023-11-15 10:31:20 -0500
committerAlok Saboo <arsaboo@gmx.com>2023-11-15 10:31:20 -0500
commit3b707b9276283bab821389504dcd75cbad0f0edf (patch)
treef8eb468e11610ab934f3c6ee0e53a4aa7a34aa1c
parente2f83cdf77c3681baf271bd719a092cfe35cef15 (diff)
Update spotify.py
-rw-r--r--beetsplug/spotify.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/beetsplug/spotify.py b/beetsplug/spotify.py
index 4bb7832b5..b8279e631 100644
--- a/beetsplug/spotify.py
+++ b/beetsplug/spotify.py
@@ -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
)