From 138216a6bb5828d8baea9cd6bd64bc4452ad4557 Mon Sep 17 00:00:00 2001 From: Alok Saboo Date: Thu, 16 Nov 2023 12:23:42 -0500 Subject: [PATCH] Update docstring --- beetsplug/spotify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/spotify.py b/beetsplug/spotify.py index b8279e631..705209de5 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 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 )