hotfix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Luna 2024-06-03 10:19:32 +02:00
parent 2aa0f02fa5
commit 465af49057

View File

@ -134,7 +134,7 @@ class Genius(Page):
source_list=[source], source_list=[source],
artist_list=[self.parse_api_object(data.get("artist"))], artist_list=[self.parse_api_object(data.get("artist"))],
artwork=artwork, artwork=artwork,
date=ID3Timestamp(**data.get("release_date_components", {})), date=ID3Timestamp(**(data.get("release_date_components") or {})),
) )
if object_type == "song": if object_type == "song":