Version bump 1.1.60

Stable release
This commit is contained in:
angelblue05 2015-11-12 16:32:02 -06:00
parent ca66438b62
commit faa376a520
3 changed files with 5 additions and 2 deletions

View file

@ -63,6 +63,7 @@ class Service():
self.logMsg("Platform: %s" % (clientInfo.getPlatform()), 0)
self.logMsg("KODI Version: %s" % xbmc.getInfoLabel('System.BuildVersion'), 0)
self.logMsg("%s Version: %s" % (addonName, clientInfo.getVersion()), 0)
self.logMsg("Using plugin paths: %s" % (utils.settings('useDirectPaths') != "true"), 0)
self.logMsg("Log Level: %s" % logLevel, 0)
# Reset window props for profile switch