diff options
author | Antti Ajanki <antti.ajanki@iki.fi> | 2010-08-25 20:13:45 +0300 |
---|---|---|
committer | Antti Ajanki <antti.ajanki@iki.fi> | 2010-08-25 20:13:45 +0300 |
commit | f817cb0f4c07788a2c114590fd317c94c9a3958c (patch) | |
tree | 7acfc743cb19218e48f25a158c842b457ba7bfd9 /src/vdr-plugin/timer.c | |
parent | 8ceffe4de296a21ad841a865315ca1d1370777c9 (diff) | |
download | vdr-plugin-webvideo-f817cb0f4c07788a2c114590fd317c94c9a3958c.tar.gz vdr-plugin-webvideo-f817cb0f4c07788a2c114590fd317c94c9a3958c.tar.bz2 |
call a script after downloading finishes
Diffstat (limited to 'src/vdr-plugin/timer.c')
-rw-r--r-- | src/vdr-plugin/timer.c | 1 |
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); |