mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 17:01:15 +02:00
driver/scanepg.cpp: reuse code, do not try to add favorites again if scan complete
This commit is contained in:
@@ -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:
|
||||
|
Reference in New Issue
Block a user