From 4a199fe4acba6da192c0fa5b847760ca65e2c365 Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Wed, 28 Apr 2021 20:44:56 +0200 Subject: Now using a separate fixed value for internal EPG linger time --- eit.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eit.c') diff --git a/eit.c b/eit.c index 404cd9dd..b06a1368 100644 --- a/eit.c +++ b/eit.c @@ -8,7 +8,7 @@ * Robert Schneider and Rolf Hakenes . * Adapted to 'libsi' for VDR 1.3.0 by Marcel Wiesweg . * - * $Id: eit.c 5.2 2021/04/04 11:06:30 kls Exp $ + * $Id: eit.c 5.3 2021/04/28 20:44:56 kls Exp $ */ // The various ways in which broadcasters handle (or screw up) their EPG: @@ -133,7 +133,7 @@ cEIT::cEIT(cEitTablesHash &EitTablesHash, int Source, u_char Tid, const u_char * bool Empty = true; bool Modified = false; - time_t LingerLimit = Now - Setup.EPGLinger * 60; + time_t LingerLimit = Now - EPG_LINGER_TIME; time_t SegmentStart = 0; // these are actually "section" start/end times time_t SegmentEnd = 0; struct tm t = { 0 }; -- cgit v1.2.3