From a41e6ce8214411f4c7cb7496d9a9a3389bf53a68 Mon Sep 17 00:00:00 2001 From: croneter Date: Sat, 19 Aug 2017 15:02:23 +0200 Subject: [PATCH] Resume aborted sync on PKC settings change --- resources/lib/kodimonitor.py | 3 +++ 1 file changed, 3 insertions(+) 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',