[API related] change PVR_PROPERTIES to AddonProperties_PVR

This commit is contained in:
Alwin Esch 2020-04-27 17:38:29 +02:00
parent 3d47c712fd
commit ace4891f78
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ ADDON_STATUS ADDON_Create(void *callbacks, void* props)
if (callbacks == NULL || props == NULL)
return ADDON_STATUS_UNKNOWN;
PVR_PROPERTIES *pvrprops = (PVR_PROPERTIES*)props;
AddonProperties_PVR *pvrprops = (AddonProperties_PVR*)props;
libKodi = new CHelper_libXBMC_addon;
if (!libKodi->RegisterMe(callbacks)) {
libKodi->Log(LOG_ERROR, "%s: Failed to register octonet addon", __func__);