Revert "OnSettings adjust logic"

This reverts commit dfd5479d8e.
This commit is contained in:
angelblue05 2016-02-05 16:17:37 -06:00
parent dfd5479d8e
commit da66d61f6c
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ class KodiMonitor(xbmc.Monitor):
if utils.window('emby_pluginpath') != currentPath: if utils.window('emby_pluginpath') != currentPath:
# Plugin path value changed. Offer to reset # Plugin path value changed. Offer to reset
self.logMsg("Changed to playback mode detected", 1) self.logMsg("Changed to playback mode detected", 1)
utils.window('emby_pluginpath', value=currentPath)
resp = xbmcgui.Dialog().yesno( resp = xbmcgui.Dialog().yesno(
heading="Playback mode change detected", heading="Playback mode change detected",
line1=( line1=(