diff --git a/resources/lib/kodimonitor.py b/resources/lib/kodimonitor.py index fde49a13..457077ab 100644 --- a/resources/lib/kodimonitor.py +++ b/resources/lib/kodimonitor.py @@ -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',