Add settings monitor

Prompt for reset if playback mode change is detected
This commit is contained in:
angelblue05 2016-01-09 04:53:04 -06:00
parent b61b8ae894
commit f99efb2a83
3 changed files with 23 additions and 10 deletions

View file

@ -55,6 +55,7 @@ class Service():
utils.window('emby_logLevel', value=str(logLevel))
utils.window('emby_kodiProfile', value=xbmc.translatePath("special://profile"))
utils.window('emby_pluginpath', value=utils.settings('useDirectPaths'))
# Initial logging
self.logMsg("======== START %s ========" % self.addonName, 0)