mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
neutrino.cpp: remove commented setServiceChanged call
Origin commit data
------------------
Branch: ni/coolstream
Commit: be87126a38
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2015-06-01 (Mon, 01 Jun 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -1745,7 +1745,7 @@ void CNeutrinoApp::InitZapper()
|
||||
|
||||
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();
|
||||
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)
|
||||
@@ -3711,7 +3711,6 @@ void CNeutrinoApp::standbyMode( bool bOnOff, bool fromDeepStandby )
|
||||
channelList->zapTo_ChannelID(live_channel_id, true); /* force re-zap */
|
||||
|
||||
g_Sectionsd->setPauseScanning(false);
|
||||
//g_Sectionsd->setServiceChanged(live_channel_id, true );
|
||||
|
||||
InfoClock->enableInfoClock(true);
|
||||
|
||||
|
Reference in New Issue
Block a user