mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
driver/scanepg.cpp: fix wrong favorites adding in bouquet mode;
fix current bouquet check in case channel mode is changed;
save/restore live channel id in standby scan
Origin commit data
------------------
Commit: 3686c86232
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2013-10-11 (Fri, 11 Oct 2013)
This commit is contained in:
@@ -31,10 +31,12 @@ class CEpgScan
|
||||
private:
|
||||
int current_bnum;
|
||||
int current_mode;
|
||||
int current_bmode;
|
||||
bool allfav_done;
|
||||
bool standby;
|
||||
eit_scanmap_t scanmap;
|
||||
t_channel_id next_chid;
|
||||
t_channel_id live_channel_id;
|
||||
std::set<transponder_id_t> scanned;
|
||||
void AddBouquet(CChannelList * clist);
|
||||
bool AddFavorites();
|
||||
|
Reference in New Issue
Block a user