Skip to content

Commit

Permalink
Merge pull request #542 from AlwinEsch/Nexus-change
Browse files Browse the repository at this point in the history
[Nexus] Add supports recordings delete capability for PVR API 8.0.0
  • Loading branch information
phunkyfish authored Oct 4, 2021
2 parents a949e60 + 75bde06 commit a59eb9f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pvr.hts/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="pvr.hts"
version="20.0.0"
version="20.1.0"
name="Tvheadend HTSP Client"
provider-name="Adam Sutton, Sam Stenvall, Lars Op den Kamp, Kai Sommerfeld">
<requires>@ADDON_DEPENDS@</requires>
Expand Down
5 changes: 5 additions & 0 deletions pvr.hts/changelog.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions src/Tvheadend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit a59eb9f

Please sign in to comment.