From 349829a7544aa2cb98d75697e12fc37136e01454 Mon Sep 17 00:00:00 2001 From: croneter Date: Tue, 26 Feb 2019 17:41:35 +0100 Subject: [PATCH] Fix PKC not synching new items if an older Kodi db is present --- resources/lib/variables.py | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/lib/variables.py b/resources/lib/variables.py index cc55186b..e61ffc87 100644 --- a/resources/lib/variables.py +++ b/resources/lib/variables.py @@ -607,6 +607,7 @@ def database_paths(): if path_ops.exists(path): setattr(thismodule, actual_version, version) setattr(thismodule, actual_path, path) + break if (DB_VIDEO_VERSION is None or DB_MUSIC_VERSION is None or