OnSettings adjust logic
For playback mode changes, do not update the window prop
This commit is contained in:
parent
47a0f99da0
commit
dfd5479d8e
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@ 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=(
|
||||||
|
|
Loading…
Reference in a new issue