driver/scanepg.cpp: reuse code, do not try to add favorites again if scan complete

Origin commit data
------------------
Commit: f2f3737c10
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-10-07 (Mon, 07 Oct 2013)
This commit is contained in:
[CST] Focus
2013-10-07 14:53:06 +04:00
parent b55cc156f9
commit a5a8e2719e
2 changed files with 20 additions and 15 deletions

View File

@@ -31,10 +31,12 @@ class CEpgScan
private:
int current_bnum;
int current_mode;
bool allfav_done;
eit_scanmap_t scanmap;
t_channel_id next_chid;
std::set<transponder_id_t> scanned;
void Next();
void AddBouquet(CChannelList * clist);
CEpgScan();
public: