mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +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) {
|
||||
return true;
|
||||
}
|
||||
else if(!timeshift) {
|
||||
else /*if(!timeshift)*/ {
|
||||
RunStopScript();
|
||||
RestoreNeutrino();
|
||||
|
||||
|
Reference in New Issue
Block a user