Skip to content

Commit

Permalink
[API related] rename GetAddonCapabilities to GetCapabilities
Browse files Browse the repository at this point in the history
  • Loading branch information
AlwinEsch committed Apr 30, 2020
1 parent 13c7305 commit d5b81bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ void ADDON_Announce(const char *flag, const char *sender, const char *message, c
/***********************************************************
* PVR Client AddOn specific public library functions
***********************************************************/
PVR_ERROR GetAddonCapabilities(PVR_ADDON_CAPABILITIES* pCapabilities)
PVR_ERROR GetCapabilities(PVR_ADDON_CAPABILITIES* pCapabilities)
{
XBMC->Log(LOG_DEBUG, "%s", __FUNCTION__);
pCapabilities->bSupportsEPG = true;
Expand Down

0 comments on commit d5b81bf

Please sign in to comment.