Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update on kodi to addon interface #70

Merged
merged 1 commit into from May 22, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion pvr.argustv/addon.xml.in
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="pvr.argustv"
version="3.0.3"
version="3.0.4"
name="ARGUS TV client"
provider-name="Fred Hoogduin, Marcel Groothuis">
<requires>@ADDON_DEPENDS@</requires>
Expand Down
2 changes: 2 additions & 0 deletions pvr.argustv/changelog.txt
@@ -1,3 +1,5 @@
v3.0.4 (22-05-2017)
- Remove of never used addon interface function
v3.0.3 (17-05-2017)
- Update Debian package control
- PVR addon callback way changes
Expand Down
5 changes: 0 additions & 5 deletions src/client.cpp
Expand Up @@ -275,11 +275,6 @@ ADDON_STATUS ADDON_SetSetting(const char *settingName, const void *settingValue)
return ADDON_STATUS_OK;
}

void ADDON_Stop()
{
ADDON_Destroy();
}

/***********************************************************
* PVR Client AddOn specific public library functions
***********************************************************/
Expand Down