neutrino: CRecordManager should not ignore errors when timeshifting

Origin commit data
------------------
Branch: ni/coolstream
Commit: 3764ca7da0
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2011-10-02 (Sun, 02 Oct 2011)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2011-10-02 21:05:10 +02:00
parent ccada07799
commit da4b4c11e2

View File

@@ -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();