Merge pull request #750 from croneter/fix-sync

Fix PKC not synching new items if an older Kodi db is present
This commit is contained in:
croneter 2019-02-26 18:18:14 +01:00 committed by GitHub
commit 526f7d9fc7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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