summaryrefslogtreecommitdiff
path: root/src/vdr-plugin/timer.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vdr-plugin/timer.c')
-rw-r--r--src/vdr-plugin/timer.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/vdr-plugin/timer.c b/src/vdr-plugin/timer.c
index f9fef59..2ef519f 100644
--- a/src/vdr-plugin/timer.c
+++ b/src/vdr-plugin/timer.c
@@ -83,7 +83,7 @@ void cWebviTimer::Execute() {
cWebviThread::Instance().AddRequest(req);
lastUpdate = time(NULL);
- SetError("Unfinished");
+ SetError(NULL);
parent->SetModified();
activeStreams.Clear();
@@ -166,7 +166,6 @@ void cWebviTimer::DownloadStreams(const char *menuxml, cProgressVector& summarie
xmlFreeDoc(doc);
if (activeStreams.Size() == 0) {
- SetError(NULL);
running = false;
}
}