From 0afda6d34adb77ffbce433b3b9a4c6e8a3e1f3b7 Mon Sep 17 00:00:00 2001 From: Jochen Dolze Date: Mon, 10 Jan 2011 20:09:10 +0100 Subject: Fixed bug reported by ALT255 (markad stops when VDR deletes the timer after a recording) Fixed bug reported by Copperhead (saving setup values was broken) Added logos for SIXX and NICK_COMEDY --- plugin/status.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugin/status.cpp') diff --git a/plugin/status.cpp b/plugin/status.cpp index ad088c1..21be601 100644 --- a/plugin/status.cpp +++ b/plugin/status.cpp @@ -126,6 +126,7 @@ void cStatusMarkAd::TimerChange(const cTimer *Timer, eTimerChange Change) { if (!Timer) return; if (Change!=tcDel) return; + if (time(NULL)>=Timer->Stop()) return; // don't react on normal VDR timer deletion after recording Remove(Timer->File(),true); } -- cgit v1.2.3