Merge pull request #85 from vitiko98/issue84

Fix Issue #84
This commit is contained in:
Vitiko 2021-03-12 23:20:02 -04:00 committed by GitHub
commit 37c471693c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -318,6 +318,7 @@ def download_id_by_type(
)
return
track_attr = {
"album": meta["album"]["title"],
"artist": meta["album"]["artist"]["name"],
"tracktitle": track_title,
"year": meta["album"]["release_date_original"].split("-")[0],