Revert need to reset the Kodi DB
This commit is contained in:
parent
2bbc41d24d
commit
e1bdce2b99
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,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.7.10'
|
||||
MIN_DB_VERSION = '2.6.8'
|
||||
|
||||
# Supported databases - version numbers in tuples should decrease
|
||||
SUPPORTED_VIDEO_DB = {
|
||||
|
|
Loading…
Reference in a new issue