releases still dont have title
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
e81c50a4b1
commit
d62ad11de9
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user