From 78a46fd4d02e4df9719a73aae28f92230610ba39 Mon Sep 17 00:00:00 2001 From: Rahul Ahuja Date: Sun, 20 Jan 2019 15:02:19 -0800 Subject: [PATCH] doc typo --- beetsplug/spotify.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/spotify.py b/beetsplug/spotify.py index e7bf575ed..f541a873b 100644 --- a/beetsplug/spotify.py +++ b/beetsplug/spotify.py @@ -239,7 +239,7 @@ class SpotifyPlugin(BeetsPlugin): response_data_track = response_track.json() track = self._get_track(response_data_track) - # get album tracks set index/position on entire release + # get album's tracks to set the track's index/position on entire release spotify_id_album = response_track['album']['id'] response_album = self._handle_response( requests.get, self.album_url + spotify_id_album