Kodi 17.3 – Episodes (TVShows) watched status propertys not updated

After watching an episode of a TV Show and returning from player (fullscreen) to library automatically (via kodi as default when episode ends; normal), these propertys aren’t updated until library returns to TV Shows level.

OR at least it isn’t updating for python to use, ie.

Code:
stot = int(xbmc.getInfoLabel('ListItem.Property(TotalEpisodes)'))
wtot = int(xbmc.getInfoLabel('ListItem.Property(WatchedEpisodes)'))

I see no change in these propertys unless I navigate to show level then re-enter seasons/episodes levels.

[has been like this previous to kodi 17.3, not sure if same in Jarvis]