mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
- movieplayer/record: stop playback of timeshift when zap to another channel
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -1125,7 +1125,7 @@ bool CRecordManager::StopAutoRecord(bool lock)
|
||||
|
||||
g_RCInput->killTimer (shift_timer);
|
||||
|
||||
if(!autoshift)
|
||||
if (!autoshift)
|
||||
return false;
|
||||
|
||||
if (lock)
|
||||
@@ -1135,7 +1135,7 @@ bool CRecordManager::StopAutoRecord(bool lock)
|
||||
if (inst)
|
||||
{
|
||||
StopInstance(inst);
|
||||
CMoviePlayerGui::getInstance().timeshift = TSHIFT_MODE_OFF;
|
||||
CMoviePlayerGui::getInstance().stopTimeshift();
|
||||
}
|
||||
|
||||
if (lock)
|
||||
|
Reference in New Issue
Block a user