From 96a839bf465f89c15a4cab81c51b362514861f39 Mon Sep 17 00:00:00 2001 From: dettwild Date: Sat, 4 Feb 2017 21:06:47 +0100 Subject: [PATCH 1/2] fix small bug to get nextup woking --- default.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default.py b/default.py index ec164dae..3c733577 100644 --- a/default.py +++ b/default.py @@ -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) From ef63b7b650d3ea20ef43c01ee7730592bc74ccd3 Mon Sep 17 00:00:00 2001 From: tomkat83 Date: Sun, 5 Feb 2017 17:17:08 +0100 Subject: [PATCH 2/2] Version bump --- addon.xml | 2 +- changelog.txt | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/addon.xml b/addon.xml index 091d024d..70b5ffe9 100644 --- a/addon.xml +++ b/addon.xml @@ -1,7 +1,7 @@ diff --git a/changelog.txt b/changelog.txt index 81410e42..c46b0806 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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