Skip to content

Commit

Permalink
Merge branch 'Piers' into parentalRatingsPiers
Browse files Browse the repository at this point in the history
  • Loading branch information
ksooo authored Aug 21, 2024
2 parents 438e826 + 6afe978 commit 87653d7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pvr.demo/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
v22.3.0
- Add support for parentalRating+Code+Icon+Source to EPG and recordings.

v22.2.1
- Add missing SetEpisodePartNumber()

v22.2.0
- add SetEpisodePartNumber() to EPG and Recordings
- add SetYear() to Recordings and EPG
Expand Down
1 change: 1 addition & 0 deletions src/PVRDemo.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ PVR_ERROR CPVRDemo::GetRecordings(bool deleted, kodi::addon::PVRRecordingsResult
kodiRecording.SetGenreSubType(recording.iGenreSubType);
kodiRecording.SetRecordingTime(recording.recordingTime);
kodiRecording.SetEpisodeNumber(recording.iEpisodeNumber);
kodiRecording.SetEpisodePartNumber(recording.iEpisodePartNumber);
kodiRecording.SetSeriesNumber(recording.iSeriesNumber);
kodiRecording.SetIsDeleted(deleted);
kodiRecording.SetChannelType(recording.bRadio ? PVR_RECORDING_CHANNEL_TYPE_RADIO
Expand Down

0 comments on commit 87653d7

Please sign in to comment.