[SCM] kodi-pvr-hts/master: [API 5.0.0] Added support for PVR_RECORDING.iChannelUid

tiber-guest at users.alioth.debian.org tiber-guest at users.alioth.debian.org
Fri Nov 4 23:23:38 UTC 2016


The following commit has been merged in the master branch:
commit 0735bbe3406e61d9030103020993730c6777ff06
Author: Kai Sommerfeld <kai.sommerfeld at gmx.com>
Date:   Sun Jan 24 17:17:28 2016 +0100

    [API 5.0.0] Added support for PVR_RECORDING.iChannelUid

diff --git a/src/Tvheadend.cpp b/src/Tvheadend.cpp
index c7b2646..37a1a06 100644
--- a/src/Tvheadend.cpp
+++ b/src/Tvheadend.cpp
@@ -471,6 +471,9 @@ PVR_ERROR CTvheadend::GetRecordings ( ADDON_HANDLE handle )
       /* EPG event id */
       rec.iEpgEventId = recording.GetEventId();
 
+      /* channel id */
+      rec.iChannelUid = recording.GetChannel();
+
       recs.push_back(rec);
     }
   }

-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list