Merge branch 'master' into translations
This commit is contained in:
commit
614f9d4a99
3 changed files with 11 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.5.12"
|
version="1.5.13"
|
||||||
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,12 @@
|
||||||
|
version 1.5.13 (beta only)
|
||||||
|
- New Spanish translation, thanks @bartolomesoriano
|
||||||
|
- Fix some possible connection issues
|
||||||
|
- Fix screensaver not toggling back after full sync
|
||||||
|
- Update addon.xml
|
||||||
|
- Update readme
|
||||||
|
- Updated installation instructions on the Wiki
|
||||||
|
- Updated translations
|
||||||
|
|
||||||
version 1.5.12 (beta only)
|
version 1.5.12 (beta only)
|
||||||
- Possible compatibility with Alexa - do report back!
|
- Possible compatibility with Alexa - do report back!
|
||||||
- Setup crowdin translations. Please help out translating PlexKodiConnect: https://crowdin.com/project/plexkodiconnect/invite
|
- Setup crowdin translations. Please help out translating PlexKodiConnect: https://crowdin.com/project/plexkodiconnect/invite
|
||||||
|
|
|
@ -133,7 +133,7 @@ class Main():
|
||||||
|
|
||||||
elif mode in ("nextup", "inprogressepisodes"):
|
elif mode in ("nextup", "inprogressepisodes"):
|
||||||
limit = int(params['limit'])
|
limit = int(params['limit'])
|
||||||
modes[mode](itemid, limit)
|
modes[mode](params['tagname'], limit)
|
||||||
|
|
||||||
elif mode in ("channels","getsubfolders"):
|
elif mode in ("channels","getsubfolders"):
|
||||||
modes[mode](itemid)
|
modes[mode](itemid)
|
||||||
|
|
Loading…
Reference in a new issue