Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
strip System.BuildVersion to true float using re
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.
- Loading branch information