Closed matejmosko closed 5 years ago
version = xbmc.getInfoLabel('System.BuildVersion').split(' ')[0] didn't work when version was 18.2-RC2. With proposed change it works with anything devs are coming up with.
Change solves issue #9
Note - please bump up plugin version in addon.xml..
version = xbmc.getInfoLabel('System.BuildVersion').split(' ')[0] didn't work when version was 18.2-RC2. With proposed change it works with anything devs are coming up with.
Change solves issue #9