Skip to content

Commit

Permalink
Merge pull request #453 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 2e36e49 + d3a9b1b commit 8f3d2c4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pvr.hts/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.hts"
version="5.5.0"
version="6.0.0"
name="Tvheadend HTSP Client"
provider-name="Adam Sutton, Sam Stenvall, Lars Op den Kamp, Kai Sommerfeld">
<requires>@ADDON_DEPENDS@</requires>
Expand Down
4 changes: 4 additions & 0 deletions pvr.hts/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
6.0.0
- Update PVR API 6.5.1
- Update Global API 1.2.0

5.5.0
- Add support for recording file size (HTSP v35)

Expand Down
2 changes: 1 addition & 1 deletion src/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ extern "C"

void ADDON_ReadSettings() { Settings::GetInstance().ReadSettings(); }

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

0 comments on commit 8f3d2c4

Please sign in to comment.