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"?>
|
||||
<addon id="plugin.video.plexkodiconnect"
|
||||
name="PlexKodiConnect"
|
||||
version="1.5.12"
|
||||
version="1.5.13"
|
||||
provider-name="croneter">
|
||||
<requires>
|
||||
<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)
|
||||
- Possible compatibility with Alexa - do report back!
|
||||
- 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"):
|
||||
limit = int(params['limit'])
|
||||
modes[mode](itemid, limit)
|
||||
modes[mode](params['tagname'], limit)
|
||||
|
||||
elif mode in ("channels","getsubfolders"):
|
||||
modes[mode](itemid)
|
||||
|
|
Loading…
Reference in a new issue