This commit is contained in:
nathom 2021-04-08 12:19:03 -07:00
parent ac8e341a3b
commit 33a1ce33c4
5 changed files with 23 additions and 35 deletions

View file

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