2 Commits

Author SHA1 Message Date
nathannathant 8f7e38aa51 Fix Issue #84 2021-03-11 21:29:26 -08:00
vitiko98 03d4fb3c0d Version bump 2021-03-09 20:30:06 -04:00
2 changed files with 2 additions and 1 deletions
+1
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],
+1 -1
View File
@@ -13,7 +13,7 @@ requirements = read_file("requirements.txt").strip().split()
setup(
name=pkg_name,
version="0.9.6",
version="0.9.7",
author="Vitiko",
author_email="vhnz98@gmail.com",
description="The complete Lossless and Hi-Res music downloader for Qobuz",