mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
daemonc/remotecontrol.cpp: stop playback before lock on cst too,
this fixes blank video and background picture in ie audioplayer started on locked channel
This commit is contained in:
@@ -733,11 +733,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();
|
||||
#endif
|
||||
g_Zapit->lockPlayBack();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user