[SCM] kodi-pvr-vdr-vnsi/master: [API 5.1.0] PVR_RECORDING.channelType dummy implementation.

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Fri Nov 4 00:20:18 UTC 2016


The following commit has been merged in the master branch:
commit b526df2ba51626d977fc430d1016839b130d64ff
Author: Kai Sommerfeld <kai.sommerfeld at gmx.com>
Date:   Tue Mar 8 20:39:43 2016 +0100

    [API 5.1.0] PVR_RECORDING.channelType dummy implementation.

diff --git a/src/VNSIData.cpp b/src/VNSIData.cpp
index 84ee448..f40d189 100644
--- a/src/VNSIData.cpp
+++ b/src/VNSIData.cpp
@@ -660,6 +660,9 @@ PVR_ERROR cVNSIData::GetRecordingsList(ADDON_HANDLE handle)
     /* TODO: PVR API 5.0.0: Implement this */
     tag.iChannelUid = PVR_CHANNEL_INVALID_UID;
 
+    /* TODO: PVR API 5.1.0: Implement this */
+    tag.channelType = PVR_RECORDING_CHANNEL_TYPE_UNKNOWN;
+
     PVR->TransferRecordingEntry(handle, &tag);
   }
 

-- 
kodi-pvr-vdr-vnsi packaging



More information about the pkg-multimedia-commits mailing list