This commit is contained in:
@ -31,7 +31,6 @@ class APIInteractionResource(UserStoreResource):
|
||||
imagedata = spot_data[0]['images']
|
||||
elif mb_type == "release":
|
||||
spot_data = self.spotify.search(q=querystring, type="album", limit=1)['albums']['items']
|
||||
print(self.spotify.search(q=querystring, type="album", limit=1))
|
||||
if not spot_data:
|
||||
return None, None, None
|
||||
spotify_uri += "album:"
|
||||
|
Reference in New Issue
Block a user