summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--searchtimer_thread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchtimer_thread.c b/searchtimer_thread.c
index 80a6885..af89714 100644
--- a/searchtimer_thread.c
+++ b/searchtimer_thread.c
@@ -407,7 +407,7 @@ void cSearchTimerThread::Action(void)
if (t || // timer already exists or
NoAnnounces.InList(pEvent) || // announcement not wanted anymore or
(EPGSearchConfig.noAnnounceWhileReplay &&
- cDevice::PrimaryDevice()->Replaying() && cDevice::PrimaryDevice()->Transferring() &&
+ cDevice::PrimaryDevice()->Replaying() &&
!(updateForced & UPDS_WITH_OSD)) // no announce while replay within automatic updates
)
{