Kodi Community Forum

Full Version: Possibly bug with the new Integer.Is
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey friends,

Bugs examples:

Integer.IsLess(ListItem.Rating,9.9) doesn't work when ListItem.Rating = 9.4
if i change the 9.9 to 10 it's working fine.

Integer.IsLess(ListItem.Rating,7.6) doesn't work when ListItem.Rating = 7.9
if i change the 7.6 to 6.9 it's working fine.
It says "Integer", not "float". Wink
Thank you for your reply Phil.
On Jarvis it's worked fine with the IntegerIsGreatherThen, so what's the alternative on a Krypton if any?


Sent from my iPhone