From e5b50757feff685cc7e2fe280ee940c1160b3aad Mon Sep 17 00:00:00 2001 From: Christian Wieninger Date: Sun, 14 Apr 2013 19:34:58 +0200 Subject: fix summary comparison when checking for repeats (was ML 'Epgsearch mysteries') --- epgsearchext.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'epgsearchext.c') diff --git a/epgsearchext.c b/epgsearchext.c index 9db9158..db0a9a7 100644 --- a/epgsearchext.c +++ b/epgsearchext.c @@ -1201,7 +1201,7 @@ void cSearchExt::CheckRepeatTimers(cSearchResults* pResults) if (!pResultObjP->needsTimer) continue; - if (EventsMatch(pEvent, pEventP, compareTitle, compareSubtitle, compareSummary, compareDate, catvaluesAvoidRepeat)) + if (EventsMatch(pEvent, pEventP, compareTitle, compareSubtitle, compareSummary, compareDate, catvaluesAvoidRepeat, compareSummaryMatchInPercent)) { if (!pFirstResultMatching) pFirstResultMatching = pResultObjP; plannedTimers++; -- cgit v1.2.3