mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
CEpgScan::Start: fix epgscan start in standby
This commit is contained in:
@@ -136,7 +136,7 @@ void CEpgScan::Start(bool instandby)
|
|||||||
{
|
{
|
||||||
if (!g_settings.epg_scan)
|
if (!g_settings.epg_scan)
|
||||||
return;
|
return;
|
||||||
if (!standby && (CFEManager::getInstance()->getEnabledCount() <= 1))
|
if (!instandby && (CFEManager::getInstance()->getEnabledCount() <= 1))
|
||||||
return;
|
return;
|
||||||
|
|
||||||
live_channel_id = CZapit::getInstance()->GetCurrentChannelID();
|
live_channel_id = CZapit::getInstance()->GetCurrentChannelID();
|
||||||
|
Reference in New Issue
Block a user