driver/scanepg.cpp: prefer current bouquet in favorite mode,

adding other favorites when current is finished
This commit is contained in:
[CST] Focus
2013-10-07 16:46:37 +04:00
parent f2f3737c10
commit 27dc2ba888
2 changed files with 32 additions and 12 deletions

View File

@@ -37,6 +37,7 @@ class CEpgScan
std::set<transponder_id_t> scanned;
void Next();
void AddBouquet(CChannelList * clist);
bool AddFavorites();
CEpgScan();
public: