diff --git a/pvr.filmon/addon.xml.in b/pvr.filmon/addon.xml.in index f4f3c7f..395b197 100644 --- a/pvr.filmon/addon.xml.in +++ b/pvr.filmon/addon.xml.in @@ -1,7 +1,7 @@ @ADDON_DEPENDS@ diff --git a/pvr.filmon/changelog.txt b/pvr.filmon/changelog.txt index 33b2f05..fac6130 100644 --- a/pvr.filmon/changelog.txt +++ b/pvr.filmon/changelog.txt @@ -1,3 +1,6 @@ +v22.1.0 +- PVR Add-on API v9.0.0 + v22.0.0 - Initial release for Piers (PVR Add-on API v8.4.0) diff --git a/src/PVRFilmonData.cpp b/src/PVRFilmonData.cpp index a95dc3a..8d3650f 100644 --- a/src/PVRFilmonData.cpp +++ b/src/PVRFilmonData.cpp @@ -272,6 +272,7 @@ PVR_ERROR PVRFilmonData::GetChannelGroupsAmount(int& amount) } PVR_ERROR PVRFilmonData::GetChannelStreamProperties(const kodi::addon::PVRChannel& channel, + PVR_SOURCE source, std::vector& properties) { std::string strUrl; diff --git a/src/PVRFilmonData.h b/src/PVRFilmonData.h index bce066b..88a5db8 100644 --- a/src/PVRFilmonData.h +++ b/src/PVRFilmonData.h @@ -64,6 +64,7 @@ class ATTR_DLL_LOCAL PVRFilmonData : public kodi::addon::CAddonBase, PVR_ERROR UpdateTimer(const kodi::addon::PVRTimer& timer) override; PVR_ERROR GetChannelStreamProperties(const kodi::addon::PVRChannel& channel, + PVR_SOURCE source, std::vector& properties) override; PVR_ERROR GetRecordingStreamProperties(const kodi::addon::PVRRecording& recording, std::vector& properties) override;