mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-02 10:21:10 +02:00
neutrino.cpp: remove commented setServiceChanged call
This commit is contained in:
@@ -1745,7 +1745,7 @@ void CNeutrinoApp::InitZapper()
|
|||||||
|
|
||||||
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();
|
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();
|
||||||
if(channelList->getSize() && live_channel_id && !IS_WEBTV(live_channel_id))
|
if(channelList->getSize() && live_channel_id && !IS_WEBTV(live_channel_id))
|
||||||
g_Sectionsd->setServiceChanged(live_channel_id, true );
|
g_Sectionsd->setServiceChanged(live_channel_id, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
void CNeutrinoApp::setupRecordingDevice(void)
|
void CNeutrinoApp::setupRecordingDevice(void)
|
||||||
@@ -3711,7 +3711,6 @@ void CNeutrinoApp::standbyMode( bool bOnOff, bool fromDeepStandby )
|
|||||||
channelList->zapTo_ChannelID(live_channel_id, true); /* force re-zap */
|
channelList->zapTo_ChannelID(live_channel_id, true); /* force re-zap */
|
||||||
|
|
||||||
g_Sectionsd->setPauseScanning(false);
|
g_Sectionsd->setPauseScanning(false);
|
||||||
//g_Sectionsd->setServiceChanged(live_channel_id, true );
|
|
||||||
|
|
||||||
InfoClock->enableInfoClock(true);
|
InfoClock->enableInfoClock(true);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user