mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 18:01:13 +02:00
neutrino.cpp: stop PiP in standby
This commit is contained in:
@@ -3192,6 +3192,9 @@ void CNeutrinoApp::standbyMode( bool bOnOff, bool fromDeepStandby )
|
|||||||
g_Radiotext->radiotext_stop();
|
g_Radiotext->radiotext_stop();
|
||||||
|
|
||||||
|
|
||||||
|
#ifdef ENABLE_PIP
|
||||||
|
g_Zapit->stopPip();
|
||||||
|
#endif
|
||||||
bool stream_status = CStreamManager::getInstance()->StreamStatus();
|
bool stream_status = CStreamManager::getInstance()->StreamStatus();
|
||||||
if(!fromDeepStandby && !CRecordManager::getInstance()->RecordingStatus() && !stream_status) {
|
if(!fromDeepStandby && !CRecordManager::getInstance()->RecordingStatus() && !stream_status) {
|
||||||
g_Zapit->setStandby(true);
|
g_Zapit->setStandby(true);
|
||||||
|
Reference in New Issue
Block a user