Fix PKC not synching new items if an older Kodi db is present
This commit is contained in:
parent
3b9518d747
commit
349829a754
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue