mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
movieplayer/record: stop playback of timeshift when zap to another channel
Origin commit data
------------------
Branch: ni/coolstream
Commit: d03f201f8b
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-07-29 (Sun, 29 Jul 2018)
Origin message was:
------------------
- movieplayer/record: stop playback of timeshift when zap to another channel
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1155,7 +1155,7 @@ bool CRecordManager::StopAutoRecord(bool lock)
|
||||
|
||||
g_RCInput->killTimer (shift_timer);
|
||||
|
||||
if(!autoshift)
|
||||
if (!autoshift)
|
||||
return false;
|
||||
|
||||
if (lock)
|
||||
@@ -1165,7 +1165,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