1 Commits

Author SHA1 Message Date
465af49057 hotfix
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2024-06-03 10:19:32 +02:00

View File

@@ -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":