mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 09:21:09 +02:00
CEpgScan::Start: fix epgscan start in standby
Origin commit data
------------------
Branch: ni/coolstream
Commit: e59ca796d0
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2013-12-25 (Wed, 25 Dec 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user