Skip to content

Commit 7edf416

Browse files
authored
Merge pull request #124 from AlwinEsch/Nexus-change
[Nexus] Add supports recordings delete capability for PVR API 8.0.0
2 parents aad567c + 684f303 commit 7edf416

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

pvr.hdhomerun/addon.xml.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<addon
33
id="pvr.hdhomerun"
4-
version="20.0.0"
4+
version="20.1.0"
55
name="PVR HDHomeRun Client"
66
provider-name="Zoltan Csizmadia (zcsizmadia@gmail.com)">
77
<requires>@ADDON_DEPENDS@</requires>

pvr.hdhomerun/changelog.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
v20.1.0
2+
- Kodi API to 8.0.0
3+
- Add supports recordings delete capability
4+
- Enforce EDL limits
5+
16
v20.0.0
27
- Translations updates from Weblate
38
- da_dk

src/HDHomeRunTuners.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ PVR_ERROR HDHomeRunTuners::GetCapabilities(kodi::addon::PVRCapabilities& capabil
7474
capabilities.SetSupportsRadio(false);
7575
capabilities.SetSupportsChannelGroups(true);
7676
capabilities.SetSupportsRecordings(false);
77+
capabilities.SetSupportsRecordingsDelete(false);
7778
capabilities.SetSupportsRecordingsUndelete(false);
7879
capabilities.SetSupportsTimers(false);
7980
capabilities.SetSupportsRecordingsRename(false);

0 commit comments

Comments
 (0)