Version bump
This commit is contained in:
parent
0b7e6ec0a3
commit
99abfea4fb
2 changed files with 9 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.3.7"
|
version="1.3.8"
|
||||||
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.3.8 (beta only)
|
||||||
|
- Fix TypeError for manually entering PMS address
|
||||||
|
- Fix "Opening Stream..." dialog not closing
|
||||||
|
- Try to prevent OperationalError: database is locked
|
||||||
|
- Revert "Download one item at a time"
|
||||||
|
- Remove obsolete import
|
||||||
|
- Compile regex only once
|
||||||
|
|
||||||
version 1.3.7 (beta only)
|
version 1.3.7 (beta only)
|
||||||
- Music sync: Fix ProgrammingError
|
- Music sync: Fix ProgrammingError
|
||||||
- Don't set-up clips/trailers like other videos (Should fix PKC trying to tell the PMS where we are playing that item)
|
- Don't set-up clips/trailers like other videos (Should fix PKC trying to tell the PMS where we are playing that item)
|
||||||
|
|
Loading…
Add table
Reference in a new issue