mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
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:
@@ -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();
|
||||
|
Reference in New Issue
Block a user