Skip to content

Commit

Permalink
Correct backport merge error in GetRecordings
Browse files Browse the repository at this point in the history
iChannelUid and channelType fields are not present in Jarvis
  • Loading branch information
djp952 committed Jun 2, 2017
1 parent 9997826 commit ed2210b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/pvr.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
});
Expand Down

0 comments on commit ed2210b

Please sign in to comment.