Skip to content

Commit

Permalink
v22.1.0: PVR Add-on API v9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ksooo committed Aug 15, 2024
1 parent 3710354 commit 05cd6ac
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pvr.filmon/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.filmon"
version="22.0.0"
version="22.1.0"
name="Filmon Client"
provider-name="Stephen Denham">
<requires>@ADDON_DEPENDS@</requires>
Expand Down
3 changes: 3 additions & 0 deletions pvr.filmon/changelog.txt
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
1 change: 1 addition & 0 deletions src/PVRFilmonData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,7 @@ PVR_ERROR PVRFilmonData::GetChannelGroupsAmount(int& amount)
}

PVR_ERROR PVRFilmonData::GetChannelStreamProperties(const kodi::addon::PVRChannel& channel,
PVR_SOURCE source,
std::vector<kodi::addon::PVRStreamProperty>& properties)
{
std::string strUrl;
Expand Down
1 change: 1 addition & 0 deletions src/PVRFilmonData.h
Original file line number Diff line number Diff line change
Expand Up @@ -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<kodi::addon::PVRStreamProperty>& properties) override;
PVR_ERROR GetRecordingStreamProperties(const kodi::addon::PVRRecording& recording,
std::vector<kodi::addon::PVRStreamProperty>& properties) override;
Expand Down

0 comments on commit 05cd6ac

Please sign in to comment.