[SCM] kodi-pvr-hts/master: [API 5.0.0] Added function SetEPGTimeFrame

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 3807de5acbc26b3e417d42460bfdb9d4cbf09413
Author: Kai Sommerfeld <kai.sommerfeld at gmx.com>
Date:   Fri Jan 22 15:06:57 2016 +0100

    [API 5.0.0] Added function SetEPGTimeFrame

diff --git a/src/client.cpp b/src/client.cpp
index 43ba942..d4dcd6c 100644
--- a/src/client.cpp
+++ b/src/client.cpp
@@ -401,6 +401,12 @@ PVR_ERROR GetEPGForChannel
   return tvh->GetEpg(handle, channel, iStart, iEnd);
 }
 
+PVR_ERROR SetEPGTimeFrame(int iDays)
+{
+  // TODO: implement filter for epg data push according to this value
+  return PVR_ERROR_NO_ERROR;
+}
+
 /* **************************************************************************
  * Recording Management
  * *************************************************************************/

-- 
kodi-pvr-hts packaging



More information about the pkg-multimedia-commits mailing list