From f817cb0f4c07788a2c114590fd317c94c9a3958c Mon Sep 17 00:00:00 2001 From: Antti Ajanki Date: Wed, 25 Aug 2010 20:13:45 +0300 Subject: call a script after downloading finishes --- src/vdr-plugin/timer.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/vdr-plugin/timer.c') 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); -- cgit v1.2.3