mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
driver/scanepg.cpp: fix copy/paste
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