Skip to content

Commit

Permalink
Merge pull request #115 from ksooo/piers-api-9-0-0
Browse files Browse the repository at this point in the history
v22.1.0: PVR Add-on API v9.0.0
  • Loading branch information
ksooo authored Aug 16, 2024
2 parents e5e524f + e65ca5c commit 95fc66f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pvr.njoy/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.njoy"
version="22.0.0"
version="22.1.0"
name="Njoy N7 PVR Client"
provider-name="Team Kodi">
<requires>@ADDON_DEPENDS@</requires>
Expand Down
3 changes: 3 additions & 0 deletions pvr.njoy/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/N7Xml.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ PVR_ERROR N7Xml::GetChannels(bool radio, kodi::addon::PVRChannelsResultSet& resu
}

PVR_ERROR N7Xml::GetChannelStreamProperties(const kodi::addon::PVRChannel& channel,
PVR_SOURCE source,
std::vector<kodi::addon::PVRStreamProperty>& properties)
{
for (const auto& chan : m_channels)
Expand Down
1 change: 1 addition & 0 deletions src/N7Xml.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class ATTR_DLL_LOCAL N7Xml : public kodi::addon::CAddonBase,
PVR_ERROR GetChannels(bool bRadio, kodi::addon::PVRChannelsResultSet& results) override;
PVR_ERROR GetChannelStreamProperties(
const kodi::addon::PVRChannel& channel,
PVR_SOURCE source,
std::vector<kodi::addon::PVRStreamProperty>& properties) override;

private:
Expand Down

0 comments on commit 95fc66f

Please sign in to comment.