mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
neutrino.cpp: dvbtime fix update when box boot from deep standby
Origin commit data
------------------
Branch: ni/coolstream
Commit: 3192a161f9
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-10-14 (Sun, 14 Oct 2012)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -3200,7 +3200,7 @@ void CNeutrinoApp::standbyMode( bool bOnOff, bool fromDeepStandby )
|
|||||||
|
|
||||||
/* wasshift = */ CRecordManager::getInstance()->StopAutoRecord();
|
/* wasshift = */ CRecordManager::getInstance()->StopAutoRecord();
|
||||||
|
|
||||||
if(!CRecordManager::getInstance()->RecordingStatus()) {
|
if(!fromDeepStandby && !CRecordManager::getInstance()->RecordingStatus()) {
|
||||||
g_Zapit->setStandby(true);
|
g_Zapit->setStandby(true);
|
||||||
} else {
|
} else {
|
||||||
g_Zapit->stopPlayBack();
|
g_Zapit->stopPlayBack();
|
||||||
@@ -3208,7 +3208,7 @@ void CNeutrinoApp::standbyMode( bool bOnOff, bool fromDeepStandby )
|
|||||||
|
|
||||||
videoDecoder->Standby(true);
|
videoDecoder->Standby(true);
|
||||||
|
|
||||||
g_Sectionsd->setPauseScanning(true);
|
g_Sectionsd->setPauseScanning(!fromDeepStandby);
|
||||||
g_Sectionsd->setServiceChanged(0, false);
|
g_Sectionsd->setServiceChanged(0, false);
|
||||||
|
|
||||||
if(!CRecordManager::getInstance()->RecordingStatus() ) {
|
if(!CRecordManager::getInstance()->RecordingStatus() ) {
|
||||||
|
Reference in New Issue
Block a user