master
flyingrub 2020-03-30 19:55:22 +02:00
parent 71a8867403
commit 99043072d7
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ def get_track_info(track):
return track
logger.info('Retrieving more info on the track')
info_url = url["trackinfo"].format(track_id)
info_url = url["trackinfo"].format(track['id'])
r = requests.get(info_url, params={'client_id': CLIENT_ID}, stream=True)
item = r.json()
logger.debug(item)