mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 10:21:04 +02:00
system/settings: store epg times in integers
Signed-off-by: Jacek Jendrzej <crashdvb@googlemail.com>
Origin commit data
------------------
Branch: ni/coolstream
Commit: b45511b196
Author: martii <m4rtii@gmx.de>
Date: 2013-12-24 (Tue, 24 Dec 2013)
------------------
This commit was generated by Migit
This commit is contained in:
@@ -141,10 +141,10 @@ struct SNeutrinoSettings
|
||||
// EPG
|
||||
int epg_save;
|
||||
int epg_save_standby;
|
||||
std::string epg_cache; // FIXME
|
||||
std::string epg_old_events; // FIXME
|
||||
std::string epg_max_events; // FIXME
|
||||
std::string epg_extendedcache; // FIXME
|
||||
int epg_cache;
|
||||
int epg_old_events;
|
||||
int epg_max_events;
|
||||
int epg_extendedcache;
|
||||
std::string epg_dir;
|
||||
int epg_scan;
|
||||
|
||||
|
Reference in New Issue
Block a user