mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 00:41:17 +02:00
CEventFinderMenu -add epg search history
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
#include <zapit/client/zapittools.h>
|
||||
|
||||
#include <string>
|
||||
#include <list>
|
||||
|
||||
#ifdef BOXMODEL_APOLLO
|
||||
#define VIDEOMENU_VIDEOMODE_OPTION_COUNT 14
|
||||
@@ -147,6 +148,10 @@ struct SNeutrinoSettings
|
||||
std::string epg_dir;
|
||||
int epg_scan;
|
||||
|
||||
int epg_search_history_size;
|
||||
int epg_search_history_max;
|
||||
std::list<std::string> epg_search_history;
|
||||
|
||||
//network
|
||||
std::string network_ntpserver;
|
||||
std::string network_ntprefresh;
|
||||
|
Reference in New Issue
Block a user