Merge branch 'develop'

This commit is contained in:
tomkat83 2016-03-07 17:51:09 +01:00
commit 0b5ec2d621
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.0.2"
version="1.0.3"
provider-name="croneter">
<requires>
<import addon="xbmc.python" version="2.1.0"/>

View file

@ -1,3 +1,6 @@
version 1.0.3
- Hotfix database minimum version = 1.0.2
version 1.0.2
- Setting to turn off constant background sync
- HTTPS!

View file

@ -86,7 +86,7 @@ class Service():
videonodes.VideoNodes().clearProperties()
# Set the minimum database version
window('emby_minDBVersion', value="1.1.63")
window('emby_minDBVersion', value="1.0.2")
def ServiceEntryPoint(self):