From 9defd2e66e69b90fa0b6a615da6abec6f5c891eb Mon Sep 17 00:00:00 2001 From: CastagnaIT Date: Mon, 7 Aug 2023 08:17:55 +0200 Subject: [PATCH] [Omega] Increase version (API related) --- pvr.hts/addon.xml.in | 2 +- pvr.hts/changelog.txt | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pvr.hts/addon.xml.in b/pvr.hts/addon.xml.in index b593be5a..f9056c9c 100644 --- a/pvr.hts/addon.xml.in +++ b/pvr.hts/addon.xml.in @@ -1,7 +1,7 @@ @ADDON_DEPENDS@ diff --git a/pvr.hts/changelog.txt b/pvr.hts/changelog.txt index f1eda052..5224acfd 100644 --- a/pvr.hts/changelog.txt +++ b/pvr.hts/changelog.txt @@ -1,3 +1,6 @@ +v21.1.0 +- Kodi inputstream API update to version 3.3.0 + v21.0.1 - Fixed cases where existing channels were treated by Kodi as deleted from backend. (Info in Kodi log: "Removed stale channel foo from group bar")