mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
Merge remote-tracking branch 'check/cst-next'
Conflicts: src/daemonc/remotecontrol.cpp src/gui/luainstance.cpp src/gui/movieplayer.cpp src/gui/videosettings.cpp src/neutrino.cpp src/system/setting_helpers.cpp src/zapit/src/zapit.cpp
This commit is contained in:
@@ -729,11 +729,9 @@ void CRemoteControl::stopvideo()
|
||||
if ( is_video_started )
|
||||
{
|
||||
is_video_started= false;
|
||||
#if HAVE_TRIPLEDRAGON
|
||||
/* we need stopPlayback to blank video,
|
||||
lockPlayback prevents it from being inadvertently starting */
|
||||
g_Zapit->stopPlayBack(false);
|
||||
#endif
|
||||
g_Zapit->lockPlayBack(false);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user