willforde / script.module.codequick

Kodi addon framework
GNU General Public License v2.0
33 stars 6 forks source link

Improve Listitem.from_dict() method #30

Closed sy6sy2 closed 5 years ago

sy6sy2 commented 5 years ago

Hi willforde!

A Listitem has those attributes:

But the from_dict method takes only:

Is there a reason why from_dict can not take a subtitle list?

Thank you ;)

willforde commented 5 years ago

No reason what so ever. I added subtitles later on after I released codequick, and just forgot about adding it to from_dict.

sy6sy2 commented 5 years ago

Thank you!