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 to PVR addon API v4.1.0 #33

Merged
merged 1 commit into from
Sep 20, 2015
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions pvr.argustv/addon.xml.in
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="pvr.argustv"
version="1.11.5"
version="1.11.6"
name="ARGUS TV client"
provider-name="Fred Hoogduin, Marcel Groothuis">
<requires>
<c-pluff version="0.1"/>
<import addon="xbmc.pvr" version="4.0.0"/>
<import addon="xbmc.pvr" version="4.1.0"/>
</requires>
<extension
point="xbmc.pvrclient"
Expand Down
2 changes: 2 additions & 0 deletions pvr.argustv/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
v1.11.6 (19-09-2015)
- Update to PVR addon API v4.1.0
v1.11.5 (09-09-2015)
- Updated to PVR API v4.0.0
v1.11.4 (04-08-2015)
Expand Down
1 change: 1 addition & 0 deletions src/pvrclient-argustv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,7 @@ PVR_ERROR cPVRClientArgusTV::GetEpg(ADDON_HANDLE handle, const PVR_CHANNEL &chan
broadcast.strWriter = "";
broadcast.iYear = 0;
broadcast.strIMDBNumber = "";
broadcast.iFlags = EPG_TAG_FLAG_UNDEFINED;

PVR->TransferEpgEntry(handle, &broadcast);
}
Expand Down