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

This commit is contained in:
[CST] Focus
2013-10-07 14:53:06 +04:00
parent 839547acb9
commit f2f3737c10
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: