diff options
-rw-r--r-- | src/vdr-plugin/timer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vdr-plugin/timer.c b/src/vdr-plugin/timer.c index 2ef519f..34af94e 100644 --- a/src/vdr-plugin/timer.c +++ b/src/vdr-plugin/timer.c @@ -180,7 +180,7 @@ void cWebviTimer::RequestFinished(const char *ref, const char *errmsg) { SetError(errmsg); if (ref) { - if (parent) + if (!errmsg && parent) parent->MarkDownloaded(ref); int i = activeStreams.Find(ref); |