mirror of
https://github.com/beetbox/beets.git
synced 2026-01-03 06:22:48 +01:00
doc typo
This commit is contained in:
parent
b4d54b0950
commit
78a46fd4d0
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue