Kodi Community Forum

Full Version: [Krypton] ListItem.Property(WatchedEpisodes) passing empty string
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
If a show has 0 watched epsiodes, then it should pass '0' rather than an empty string?

This messes up int(xbmc.getInfoLabel('ListItem.Property(WatchedEpisodes)')) for instance, as an error check has to be added to catch ''.

Also, the property doesn't get updated until you move off and back onto item, bit annoying Smile
actually this maybe slow setting of property will check, but still not updted unless moved