mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
neutrino.cpp: new bug fix: dont set service changed, if channel list empty
Origin commit data
------------------
Commit: 4f4c395ae8
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-03-16 (Fri, 16 Mar 2012)
This commit is contained in:
@@ -1603,7 +1603,8 @@ void CNeutrinoApp::InitZapper()
|
||||
tuxtxt_init();
|
||||
|
||||
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();
|
||||
g_Sectionsd->setServiceChanged(live_channel_id, true );
|
||||
if(channelList->getSize() && live_channel_id)
|
||||
g_Sectionsd->setServiceChanged(live_channel_id, true );
|
||||
#if 0 // mode switch above do zap, so all next should be done after zap complete message
|
||||
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();
|
||||
if(channelList->getSize() && live_channel_id) {
|
||||
|
Reference in New Issue
Block a user