mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-17 00:24:50 -04:00
Fix Issue #35
This commit is contained in:
parent
ac8e341a3b
commit
33a1ce33c4
5 changed files with 23 additions and 35 deletions
|
@ -110,6 +110,8 @@ class TrackMetadata:
|
|||
self.date = resp.get("releaseDate")
|
||||
self.copyright = resp.get("copyright")
|
||||
self.albumartist = resp.get("artist", {}).get("name")
|
||||
self.disctotal = resp.get("numberOfVolumes")
|
||||
self.isrc = resp.get("isrc")
|
||||
# label not returned by API
|
||||
|
||||
elif self.__source == "deezer":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue