mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-12 07:42:35 +02:00
2019-11-27 Fred Gleason <fredg@paravelsystems.com>
* Fixed a regression in rdcatchd(8) that could cause download events to hang in an active state.
This commit is contained in:
parent
e8754d8377
commit
ad91e5be2b
@ -19276,3 +19276,6 @@
|
||||
in the 'Edit Recording' dialog to fail to be populated properly.
|
||||
2019-11-27 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in rdcatchd(8) that broke audio metering.
|
||||
2019-11-27 Fred Gleason <fredg@paravelsystems.com>
|
||||
* Fixed a regression in rdcatchd(8) that could cause download
|
||||
events to hang in an active state.
|
||||
|
@ -237,6 +237,7 @@ void MainObject::RunDownload(CatchEvent *evt)
|
||||
rda->syslog(LOG_INFO,"deleting file %s, id=%d",
|
||||
(const char *)evt->tempName().toUtf8(),evt->id());
|
||||
unlink(evt->tempName());
|
||||
catch_connect->setExitCode(evt->id(),RDRecording::Ok,"OK");
|
||||
}
|
||||
|
||||
void MainObject::RunUpload(CatchEvent *evt)
|
||||
|
Loading…
x
Reference in New Issue
Block a user