mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 17:01:08 +02:00
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:
@@ -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