Skip to content

Commit

Permalink
Merge pull request #82 from AlwinEsch/Matrix-change
Browse files Browse the repository at this point in the history
[Matrix] API change update
  • Loading branch information
AlwinEsch authored May 18, 2020
2 parents f2ebddb + 183bd74 commit bc51f5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pvr.demo/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="pvr.demo"
version="4.1.6"
version="5.0.0"
name="PVR Demo Client"
provider-name="Pulse-Eight Ltd., Team Kodi">
<requires>@ADDON_DEPENDS@</requires>
Expand Down
2 changes: 1 addition & 1 deletion src/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ void ADDON_ReadSettings(void)
//STUB
}

ADDON_STATUS ADDON_Create(void* hdl, void* props)
ADDON_STATUS ADDON_Create(void* hdl, const char* globalApiVersion, void* props)
{
if (!hdl || !props)
return ADDON_STATUS_UNKNOWN;
Expand Down

0 comments on commit bc51f5f

Please sign in to comment.