releases still dont have title
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Torma Kristóf 2020-11-27 02:14:40 +01:00
parent e81c50a4b1
commit d62ad11de9
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ class APIInteractionResource(UserStoreResource):
itemid, 'release', album=retdata.get('album'),
artist=retdata.get('artist'))
retdata['spotify_id'], _, _ = \
self.queryspotifyinfo('release', title=retdata['title'])
self.queryspotifyinfo('release', album=currrelease['title'])
return retdata
def getartistinfo(self, itemid: str) -> dict: