Version bump
This commit is contained in:
parent
32e2275f46
commit
f8a83d7974
3 changed files with 11 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||
<addon id="plugin.video.plexkodiconnect"
|
||||
name="PlexKodiConnect"
|
||||
version="1.1.4"
|
||||
version="1.1.5"
|
||||
provider-name="croneter">
|
||||
<requires>
|
||||
<import addon="xbmc.python" version="2.1.0"/>
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
version 1.1.5
|
||||
(you will need to rescan your library)
|
||||
- A Kodi repository for easy installation and updating is now available. Download the [ZIP file from Github](https://github.com/croneter/PlexKodiConnect). Instructions can be found [in the Wiki](https://github.com/croneter/PlexKodiConnect/wiki/Installation)
|
||||
- Additional artwork download from FanartTV! Enable it in the PKC settings under Sync Options
|
||||
- New setting: Add TV show name and SxxExx to an episode in Recently Added
|
||||
- Fix UnicodeEncodeError during sync
|
||||
- Plex Companion now always reports playstate. Should increase stability
|
||||
- Merge Emby for Kodi commits up to 3dbdab79a9d213aab3cb6347af0b8fb905bb6e45
|
||||
|
||||
version 1.1.4
|
||||
(you will need to rescan your library)
|
||||
- Plex Watch Later available as a separate Video Node!
|
||||
|
|
|
@ -93,7 +93,7 @@ class Service():
|
|||
videonodes.VideoNodes().clearProperties()
|
||||
|
||||
# Set the minimum database version
|
||||
window('emby_minDBVersion', value="1.1.4")
|
||||
window('emby_minDBVersion', value="1.1.5")
|
||||
|
||||
def getLogLevel(self):
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue