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.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vdr-plugin/timer.c b/src/vdr-plugin/timer.c
index eb8478a..15a398b 100644
--- a/src/vdr-plugin/timer.c
+++ b/src/vdr-plugin/timer.c
@@ -147,7 +147,6 @@ void cWebviTimer::DownloadStreams(const char *menuxml, cProgressVector& summarie
activeStreams.Append(strdup(ref));
cFileDownloadRequest *req = \
new cFileDownloadRequest(REQ_ID_TIMER, ref,
- webvideoConfig->GetDownloadPath(),
summaries.NewDownload());
req->SetTimer(this);
cWebviThread::Instance().AddRequest(req);