mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-04-18 15:09:39 +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.
|
in the 'Edit Recording' dialog to fail to be populated properly.
|
||||||
2019-11-27 Fred Gleason <fredg@paravelsystems.com>
|
2019-11-27 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Fixed a regression in rdcatchd(8) that broke audio metering.
|
* 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",
|
rda->syslog(LOG_INFO,"deleting file %s, id=%d",
|
||||||
(const char *)evt->tempName().toUtf8(),evt->id());
|
(const char *)evt->tempName().toUtf8(),evt->id());
|
||||||
unlink(evt->tempName());
|
unlink(evt->tempName());
|
||||||
|
catch_connect->setExitCode(evt->id(),RDRecording::Ok,"OK");
|
||||||
}
|
}
|
||||||
|
|
||||||
void MainObject::RunUpload(CatchEvent *evt)
|
void MainObject::RunUpload(CatchEvent *evt)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user