- add epg_save_frequently feature ...

... to provide the EPG data in frequently intervals on an external device
This commit is contained in:
svenhoefer
2014-12-04 16:48:50 +01:00
parent 4c621f1dec
commit e21a79195e
12 changed files with 50 additions and 1 deletions

View File

@@ -101,6 +101,7 @@ struct sectionsd
int epg_extendedcache;
// std::string network_ntpserver;
// std::string epg_dir;
int epg_save_frequently;
};
};