mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
neutrino: CRecordManager should not ignore errors when timeshifting
This commit is contained in:
@@ -845,7 +845,7 @@ bool CRecordManager::Record(const CTimerd::RecordingInfo * const eventinfo, cons
|
|||||||
if (error_msg == RECORD_OK) {
|
if (error_msg == RECORD_OK) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
else if(!timeshift) {
|
else /*if(!timeshift)*/ {
|
||||||
RunStopScript();
|
RunStopScript();
|
||||||
RestoreNeutrino();
|
RestoreNeutrino();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user