diff --git a/deemix/itemgen.py b/deemix/itemgen.py index 5b3b715..412c63b 100644 --- a/deemix/itemgen.py +++ b/deemix/itemgen.py @@ -45,7 +45,7 @@ def generateTrackItem(dz, link_id, bitrate, trackAPI=None, albumAPI=None): 'title': trackAPI['title'], 'artist': trackAPI['artist']['name'], 'cover': cover, - 'explicit': trackAPI.explicit_lyrics, + 'explicit': trackAPI['explicit_lyrics'], 'single': { 'trackAPI': trackAPI, 'albumAPI': albumAPI