hotfix
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Luna 2024-06-03 10:19:32 +02:00
parent 2aa0f02fa5
commit 465af49057
1 changed files with 1 additions and 1 deletions

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