Skip to content

Commit

Permalink
[API related] change PVR_PROPERTIES to AddonProperties_PVR
Browse files Browse the repository at this point in the history
  • Loading branch information
AlwinEsch committed Apr 30, 2020
1 parent f681cac commit 13c7305
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client.cpp
Expand Up @@ -188,7 +188,7 @@ ADDON_STATUS ADDON_Create(void* hdl, void* props)
return ADDON_STATUS_UNKNOWN;
}

PVR_PROPERTIES* pvrprops = (PVR_PROPERTIES*)props;
AddonProperties_PVR* pvrprops = (AddonProperties_PVR*)props;

XBMC.reset(new CHelper_libXBMC_addon);
if (!XBMC->RegisterMe(hdl))
Expand Down

0 comments on commit 13c7305

Please sign in to comment.