driver/scanepg.cpp: fix copy/paste

Origin commit data
------------------
Commit: 79845b8fe2
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-08-12 (Mon, 12 Aug 2013)
This commit is contained in:
[CST] Focus
2013-08-12 16:01:57 +04:00
parent 935fd4b8dd
commit da986056b6

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();