mirror of
https://github.com/jellyfin/jellyfin-kodi.git
synced 2024-11-10 04:06:11 +00:00
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:
|
||||
# Plugin path value changed. Offer to reset
|
||||
self.logMsg("Changed to playback mode detected", 1)
|
||||
utils.window('emby_pluginpath', value=currentPath)
|
||||
resp = xbmcgui.Dialog().yesno(
|
||||
heading="Playback mode change detected",
|
||||
line1=(
|
||||
|
|
Loading…
Reference in a new issue