Enforce database reset
This commit is contained in:
parent
63241b127e
commit
74dc249a37
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ COMPANION_PORT = int(_ADDON.getSetting('companionPort'))
|
|||
PKC_MACHINE_IDENTIFIER = None
|
||||
|
||||
# Minimal PKC version needed for the Kodi database - otherwise need to recreate
|
||||
MIN_DB_VERSION = '2.6.1'
|
||||
MIN_DB_VERSION = '2.6.6'
|
||||
|
||||
# Supported databases
|
||||
SUPPORTED_VIDEO_DB = {
|
||||
|
|
Loading…
Reference in a new issue