Version bump
This commit is contained in:
parent
e96ceaaf19
commit
a782075236
3 changed files with 5 additions and 2 deletions
|
@ -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"/>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue