[SCM] kodi-pvr-vdr-vnsi/master: VNSIData: re-add the TransferRecordingEntry() call
tiber-guest at users.alioth.debian.org
tiber-guest at users.alioth.debian.org
Fri Nov 4 00:20:20 UTC 2016
The following commit has been merged in the master branch:
commit c6047fbf6297172a6312be336356ba1f2e319d59
Author: Max Kellermann <max at duempel.org>
Date: Sun Mar 13 13:40:45 2016 +0100
VNSIData: re-add the TransferRecordingEntry() call
This call got lost in commit de2507bd0b
diff --git a/src/VNSIData.cpp b/src/VNSIData.cpp
index 98f67fa..212f1d8 100644
--- a/src/VNSIData.cpp
+++ b/src/VNSIData.cpp
@@ -777,6 +777,8 @@ PVR_ERROR cVNSIData::GetRecordingsList(ADDON_HANDLE handle)
strRecordingId.Format("%i", vresp->extract_U32());
strncpy(tag.strRecordingId, strRecordingId.c_str(), sizeof(tag.strRecordingId) - 1);
+
+ PVR->TransferRecordingEntry(handle, &tag);
}
return PVR_ERROR_NO_ERROR;
--
kodi-pvr-vdr-vnsi packaging
More information about the pkg-multimedia-commits
mailing list