Skip to content

Commit

Permalink
Merge pull request #31 from ksooo/pvr-api-4-1-0
Browse files Browse the repository at this point in the history
Update to PVR addon API v4.1.0
  • Loading branch information
ksooo committed Sep 20, 2015
2 parents a26f5c9 + 0d6f2dc commit 8e0d73f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pvr.vdr.vnsi/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.vdr.vnsi"
version="1.11.6"
version="1.11.7"
name="VDR VNSI Client"
provider-name="FernetMenta, Team Kodi">
<requires>
<c-pluff version="0.1"/>
<import addon="xbmc.pvr" version="4.0.0"/>
<import addon="xbmc.pvr" version="4.1.0"/>
<import addon="xbmc.codec" version="1.0.1"/>
<import addon="kodi.guilib" version="5.8.0"/>
</requires>
Expand Down
1 change: 1 addition & 0 deletions src/VNSIData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ bool cVNSIData::GetEPGForChannel(ADDON_HANDLE handle, const PVR_CHANNEL &channel
tag.strIMDBNumber = "";
if (tag.strPlotOutline)
tag.strEpisodeName = strdup(tag.strPlotOutline);
tag.iFlags = EPG_TAG_FLAG_UNDEFINED;

PVR->TransferEpgEntry(handle, &tag);
delete[] tag.strTitle;
Expand Down

0 comments on commit 8e0d73f

Please sign in to comment.