Goldenfreddy0703 / plugin.audio.ytmusic.exp

Experimental Youtube Music for kodi created by Foreverguest
22 stars 3 forks source link

Search is broken #33

Closed weekendsource closed 10 months ago

weekendsource commented 10 months ago

I fixed it by changing line 51 in wrapper.py from:

if not self._item['artists'] is None:

to

if self._item['artists']:

Goldenfreddy0703 commented 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

fischcode commented 10 months ago

Fixed in 1.0-beta22 @weekendsource Thank you for pointing out this issue. Contributions are always welcome 😃