This commit is contained in:
parent
2aa0f02fa5
commit
465af49057
@ -134,7 +134,7 @@ class Genius(Page):
|
||||
source_list=[source],
|
||||
artist_list=[self.parse_api_object(data.get("artist"))],
|
||||
artwork=artwork,
|
||||
date=ID3Timestamp(**data.get("release_date_components", {})),
|
||||
date=ID3Timestamp(**(data.get("release_date_components") or {})),
|
||||
)
|
||||
|
||||
if object_type == "song":
|
||||
|
Loading…
Reference in New Issue
Block a user