Version bump
This commit is contained in:
parent
23e59ebc57
commit
e82203daa0
3 changed files with 10 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.17"
|
version="1.1.0"
|
||||||
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,11 @@
|
||||||
|
version 1.1.0
|
||||||
|
(you will need to rescan your library)
|
||||||
|
- No constant polling of your PMS anymore! (use websockets)
|
||||||
|
- Fix 'NameError: global name 'guidoc' is not defined'
|
||||||
|
- Fix time sync for Music items
|
||||||
|
- Music: set default rating to 0, not NULL
|
||||||
|
- Music: scrape Studio/Label
|
||||||
|
|
||||||
version 1.0.17
|
version 1.0.17
|
||||||
- Fix transcoding
|
- Fix transcoding
|
||||||
- Get a machineIdentifier if it is missing
|
- Get a machineIdentifier if it is missing
|
||||||
|
|
|
@ -95,7 +95,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.11")
|
window('emby_minDBVersion', value="1.1.0")
|
||||||
|
|
||||||
def ServiceEntryPoint(self):
|
def ServiceEntryPoint(self):
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue