1
0
mirror of https://github.com/DigitalDevices/pvr.octonet.git synced 2023-10-10 13:36:57 +02:00

[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

View File

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