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:
commit
526f7d9fc7
1 changed files with 1 additions and 0 deletions
|
@ -607,6 +607,7 @@ def database_paths():
|
||||||
if path_ops.exists(path):
|
if path_ops.exists(path):
|
||||||
setattr(thismodule, actual_version, version)
|
setattr(thismodule, actual_version, version)
|
||||||
setattr(thismodule, actual_path, path)
|
setattr(thismodule, actual_path, path)
|
||||||
|
break
|
||||||
|
|
||||||
if (DB_VIDEO_VERSION is None or
|
if (DB_VIDEO_VERSION is None or
|
||||||
DB_MUSIC_VERSION is None or
|
DB_MUSIC_VERSION is None or
|
||||||
|
|
Loading…
Reference in a new issue