Version bump
This commit is contained in:
parent
e7349f5c12
commit
45ca204bfa
2 changed files with 8 additions and 1 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.10"
|
||||||
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,10 @@
|
||||||
|
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
|
||||||
|
|
Loading…
Reference in a new issue