New version of EPG Search?
Commit Message
Hello,
On 2006-02-04 at 11:41 CET Matthias Fechner wrote:
> I tried now
> http://people.freenet.de/cwieninger/vdr-epgsearch-0.9.10.tgz
>
> but the problem persists.
Try this patch:
Mike
@@ -61,7 +61,7 @@
currentChannel = Channel->Number();
if (Schedule)
{
- const cEvent *PresentEvent = Schedule->GetPresentEvent(currentChannel == cDevice::CurrentChannel());
+ const cEvent *PresentEvent = Schedule->GetPresentEvent();
time_t now;
if (shiftTime == 0)
now = time(NULL) - Setup.EPGLinger * 60;