CEpgScan::Start: fix epgscan start in standby

This commit is contained in:
Jacek Jendrzej
2013-12-25 13:14:18 +01:00
parent 993b21bf7a
commit e59ca796d0

View File

@@ -136,7 +136,7 @@ void CEpgScan::Start(bool instandby)
{
if (!g_settings.epg_scan)
return;
if (!standby && (CFEManager::getInstance()->getEnabledCount() <= 1))
if (!instandby && (CFEManager::getInstance()->getEnabledCount() <= 1))
return;
live_channel_id = CZapit::getInstance()->GetCurrentChannelID();