Version bump
This commit is contained in:
parent
d6bb806440
commit
94aaf9a43d
2 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
|
||||||
<addon id="plugin.video.plexkodiconnect" name="PlexKodiConnect" version="1.7.3" provider-name="croneter">
|
<addon id="plugin.video.plexkodiconnect" name="PlexKodiConnect" version="1.7.4" provider-name="croneter">
|
||||||
<requires>
|
<requires>
|
||||||
<import addon="xbmc.python" version="2.1.0"/>
|
<import addon="xbmc.python" version="2.1.0"/>
|
||||||
<import addon="script.module.requests" version="2.3.0" />
|
<import addon="script.module.requests" version="2.3.0" />
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
|
version 1.7.4 (beta only)
|
||||||
|
- Show menu item only for appropriate Kodi library: Be careful to start video content through Videos -> Video Addons -> ... and pictures through Pictures -> Picture Addons -> ...
|
||||||
|
- Fix playback error popup when using Alexa
|
||||||
|
- Rewire Kodi ListItem stuff
|
||||||
|
- Fix TypeError for setting ListItem streams
|
||||||
|
- Fix Kodi setContent for images
|
||||||
|
- Fix AttributeError due to missing Kodi sort methods
|
||||||
|
|
||||||
version 1.7.3 (beta only)
|
version 1.7.3 (beta only)
|
||||||
- Fix KeyError for channels if no media streams
|
- Fix KeyError for channels if no media streams
|
||||||
- Move plex node navigation, playback to main thread
|
- Move plex node navigation, playback to main thread
|
||||||
|
|
Loading…
Reference in a new issue