Closed weekendsource closed 10 months ago
Ahhh thank you @weekendsource we will add your fix to it soon. @fischcode if you can apply his fix, that would be great.
Thank you
Fixed in 1.0-beta22 @weekendsource Thank you for pointing out this issue. Contributions are always welcome 😃
I fixed it by changing line 51 in wrapper.py from:
if not self._item['artists'] is None:
to
if self._item['artists']: