kodi-czsk / plugin.video.rtvs.sk

GNU General Public License v2.0
5 stars 10 forks source link

strip System.BuildVersion to true float using re #10

Closed matejmosko closed 5 years ago

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

cache-sk commented 5 years ago

Note - please bump up plugin version in addon.xml..