diff --git a/pvr.waipu/addon.xml.in b/pvr.waipu/addon.xml.in index 9f32d82..2d9887f 100644 --- a/pvr.waipu/addon.xml.in +++ b/pvr.waipu/addon.xml.in @@ -1,7 +1,7 @@ @ADDON_DEPENDS@ diff --git a/src/WaipuData.cpp b/src/WaipuData.cpp index 8e91df5..89bf374 100644 --- a/src/WaipuData.cpp +++ b/src/WaipuData.cpp @@ -945,7 +945,7 @@ PVR_ERROR WaipuData::GetChannels(bool radio, kodi::addon::PVRChannelsResultSet& } PVR_ERROR WaipuData::GetChannelStreamProperties( - const kodi::addon::PVRChannel& channel, std::vector& properties) + const kodi::addon::PVRChannel& channel, PVR_SOURCE source, std::vector& properties) { LoadChannelData(); PVR_ERROR ret = PVR_ERROR_FAILED; diff --git a/src/WaipuData.h b/src/WaipuData.h index dc0414b..c1ca299 100644 --- a/src/WaipuData.h +++ b/src/WaipuData.h @@ -92,6 +92,7 @@ class ATTR_DLL_LOCAL WaipuData : public kodi::addon::CAddonBase, kodi::addon::PVRChannelGroupMembersResultSet& results) override; PVR_ERROR GetChannelStreamProperties( const kodi::addon::PVRChannel& channel, + PVR_SOURCE source, std::vector& properties) override; PVR_ERROR GetEPGForChannel(int channelUid,