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

adding other favorites when current is finished


Origin commit data
------------------
Commit: 27dc2ba888
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 16:46:37 +04:00
parent a5a8e2719e
commit ea128d69e4
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: