mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- record: set TSHIFT_MODE_OFF when stopping timeshift
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1133,7 +1133,10 @@ bool CRecordManager::StopAutoRecord(bool lock)
|
||||
|
||||
CRecordInstance * inst = FindTimeshift();
|
||||
if (inst)
|
||||
{
|
||||
StopInstance(inst);
|
||||
CMoviePlayerGui::getInstance().timeshift = TSHIFT_MODE_OFF;
|
||||
}
|
||||
|
||||
if (lock)
|
||||
mutex.unlock();
|
||||
|
Reference in New Issue
Block a user