driver/scanepg.cpp: fix copy/paste

This commit is contained in:
[CST] Focus
2013-08-12 16:01:57 +04:00
parent 026fd54dcb
commit 79845b8fe2

View File

@@ -124,7 +124,7 @@ void CEpgScan::handleMsg(const neutrino_msg_t msg, neutrino_msg_data_t data)
void CEpgScan::Next()
{
next_chid = 0;
if (CNeutrinoApp::getInstance()->getMode() != NeutrinoMessages::mode_standby)
if (CNeutrinoApp::getInstance()->getMode() == NeutrinoMessages::mode_standby)
return;
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();