From ed2210b588631e01f322c5afc530cfe85f89171d Mon Sep 17 00:00:00 2001 From: Michael Brehm Date: Fri, 2 Jun 2017 14:26:41 -0400 Subject: [PATCH] Correct backport merge error in GetRecordings iChannelUid and channelType fields are not present in Jarvis --- src/pvr.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/pvr.cpp b/src/pvr.cpp index 874b133c..8d54c6ab 100644 --- a/src/pvr.cpp +++ b/src/pvr.cpp @@ -2357,12 +2357,6 @@ PVR_ERROR GetRecordings(ADDON_HANDLE handle, bool deleted) // iDuration recording.iDuration = item.duration; - // iChannelUid - recording.iChannelUid = item.channelid.value; - - // channelType - recording.channelType = PVR_RECORDING_CHANNEL_TYPE_TV; - // Copy the PVR_RECORDING structure into the local vector<> recordings.push_back(recording); });