mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
Merge branch 'check/next-cc'
Only compile-tested.
This commit is contained in:
@@ -3438,7 +3438,8 @@ void CNeutrinoApp::standbyMode( bool bOnOff, bool fromDeepStandby )
|
||||
if(!g_settings.epg_scan && !fromDeepStandby && !CRecordManager::getInstance()->RecordingStatus() && !stream_status) {
|
||||
g_Zapit->setStandby(true);
|
||||
} else {
|
||||
g_Zapit->stopPlayBack();
|
||||
//g_Zapit->stopPlayBack();
|
||||
g_Zapit->lockPlayBack();
|
||||
}
|
||||
|
||||
videoDecoder->Standby(true);
|
||||
@@ -3518,6 +3519,7 @@ void CNeutrinoApp::standbyMode( bool bOnOff, bool fromDeepStandby )
|
||||
CVFD::getInstance()->setMode(CVFD::MODE_TVRADIO);
|
||||
CVFD::getInstance()->setBacklight(g_settings.backlight_tv);
|
||||
|
||||
CZapit::getInstance()->EnablePlayback(true);
|
||||
g_Zapit->setStandby(false);
|
||||
/* the old code did:
|
||||
if(was_record) g_Zapit->startPlayBack()
|
||||
|
Reference in New Issue
Block a user