Version bump
This commit is contained in:
parent
58cb57e397
commit
e9e3f4f933
3 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<addon id="plugin.video.plexkodiconnect"
|
<addon id="plugin.video.plexkodiconnect"
|
||||||
name="PlexKodiConnect"
|
name="PlexKodiConnect"
|
||||||
version="1.0.10"
|
version="1.0.11"
|
||||||
provider-name="croneter">
|
provider-name="croneter">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.1.0"/>
|
<import addon="xbmc.python" version="2.1.0"/>
|
||||||
|
|
|
@ -1,3 +1,6 @@
|
||||||
|
version 1.0.11
|
||||||
|
- Hotfix DB comparison. Sorry for that :-)
|
||||||
|
|
||||||
version 1.0.10
|
version 1.0.10
|
||||||
- Limit max number of items requested from PMS (default=200)
|
- Limit max number of items requested from PMS (default=200)
|
||||||
- Enforce PMS authentication before playback start
|
- Enforce PMS authentication before playback start
|
||||||
|
|
|
@ -88,7 +88,7 @@ class Service():
|
||||||
videonodes.VideoNodes().clearProperties()
|
videonodes.VideoNodes().clearProperties()
|
||||||
|
|
||||||
# Set the minimum database version
|
# Set the minimum database version
|
||||||
window('emby_minDBVersion', value="1.0.2")
|
window('emby_minDBVersion', value="1.0.11")
|
||||||
|
|
||||||
def ServiceEntryPoint(self):
|
def ServiceEntryPoint(self):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue