Merge branch 'master' into develop
This commit is contained in:
commit
6cd9777e9e
3 changed files with 12 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.9"
|
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,13 @@
|
||||||
|
version 1.0.11
|
||||||
|
- Hotfix DB comparison. Sorry for that :-)
|
||||||
|
|
||||||
|
version 1.0.10
|
||||||
|
- Limit max number of items requested from PMS (default=200)
|
||||||
|
- Enforce PMS authentication before playback start
|
||||||
|
- Fix KeyError for library sync
|
||||||
|
- Fix TypeError for Plex Companion
|
||||||
|
- New fix item episode thumbs not caching
|
||||||
|
|
||||||
version 1.0.9
|
version 1.0.9
|
||||||
- Fix Recently Added
|
- Fix Recently Added
|
||||||
- Update node names to reflect plex
|
- Update node names to reflect plex
|
||||||
|
|
|
@ -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