Version bump

This commit is contained in:
tomkat83 2017-02-01 20:44:23 +01:00
parent e96ceaaf19
commit a782075236
3 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.plexkodiconnect"
name="PlexKodiConnect"
version="1.5.9"
version="1.5.10"
provider-name="croneter">
<requires>
<import addon="xbmc.python" version="2.1.0"/>

View File

@ -1,3 +1,6 @@
version 1.5.10 (beta only)
- Fix OperationalError upon database reset
version 1.5.9 (beta only)
A DATABASE RESET IS ABSOLUTELY NECESSARY
- Early compatibility with Kodi 18 Leia

View File

@ -123,7 +123,7 @@ class Service():
videonodes.VideoNodes().clearProperties()
# Set the minimum database version
window('plex_minDBVersion', value="1.5.9")
window('plex_minDBVersion', value="1.5.10")
def getLogLevel(self):
try: