Resume aborted sync on PKC settings change
This commit is contained in:
parent
27d356e3c5
commit
a41e6ce821
1 changed files with 3 additions and 0 deletions
|
@ -47,6 +47,9 @@ class KodiMonitor(Monitor):
|
|||
"""
|
||||
Monitor the PKC settings for changes made by the user
|
||||
"""
|
||||
# Assume that the user changed the settings so that we can now find the
|
||||
# path to all media files
|
||||
state.STOP_SYNC = False
|
||||
# settings: window-variable
|
||||
items = {
|
||||
'logLevel': 'plex_logLevel',
|
||||
|
|
Loading…
Reference in a new issue