neutrino.cpp: new bug fix: dont set service changed, if channel list empty

Origin commit data
------------------
Branch: ni/coolstream
Commit: 4f4c395ae8
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2012-03-16 (Fri, 16 Mar 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
[CST] Focus
2012-03-16 20:38:08 +04:00
parent 3cb90b6ed8
commit e8d125c006

View File

@@ -1603,6 +1603,7 @@ void CNeutrinoApp::InitZapper()
tuxtxt_init();
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();
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();