From 32d82c700acb6f27d68cf2f2017616a26d8701d9 Mon Sep 17 00:00:00 2001 From: Alwin Esch Date: Mon, 20 Sep 2021 04:33:17 +0200 Subject: [PATCH 1/2] API change related code update --- src/Tvheadend.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Tvheadend.cpp b/src/Tvheadend.cpp index ad27581e..dd613bb7 100644 --- a/src/Tvheadend.cpp +++ b/src/Tvheadend.cpp @@ -84,6 +84,7 @@ PVR_ERROR CTvheadend::GetCapabilities(kodi::addon::PVRCapabilities& capabilities capabilities.SetSupportsTV(true); capabilities.SetSupportsRadio(true); capabilities.SetSupportsRecordings(true); + capabilities.SetSupportsRecordingsDelete(true); capabilities.SetSupportsRecordingsUndelete(false); capabilities.SetSupportsTimers(true); capabilities.SetSupportsChannelGroups(true); From 75bde06b8733ed450fcd74a8b7e11075656c5163 Mon Sep 17 00:00:00 2001 From: Alwin Esch Date: Mon, 20 Sep 2021 04:33:42 +0200 Subject: [PATCH 2/2] increase version to 20.1.0 (API update related) --- pvr.hts/addon.xml.in | 2 +- pvr.hts/changelog.txt | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/pvr.hts/addon.xml.in b/pvr.hts/addon.xml.in index 8fb5a11b..b8506236 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 7d9177c8..00bb9c9b 100644 --- a/pvr.hts/changelog.txt +++ b/pvr.hts/changelog.txt @@ -1,3 +1,8 @@ +v20.1.0 +- Kodi API to 8.0.0 + - Add supports recordings delete capability + - Enforce EDL limits + v20.0.0 - Translations updates from Weblate - ko_kr