Fix PKC not synching new items if an older Kodi db is present

This commit is contained in:
croneter 2019-02-26 17:41:35 +01:00
parent 3b9518d747
commit 349829a754

View file

@ -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