diff options
author | horchi <vdr@jwendel.de> | 2017-03-24 15:55:29 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2017-03-24 15:55:29 +0100 |
commit | 507589a21e103175efe1a56df9bb76c1041d4c2e (patch) | |
tree | 5238d9704c1731ba555cb15a57d61115d00564dd /plgconfig.h | |
parent | 1f4a00c6dc78a7fec4e3a26ee74c656484db015a (diff) | |
download | vdr-plugin-epg2vdr-507589a21e103175efe1a56df9bb76c1041d4c2e.tar.gz vdr-plugin-epg2vdr-507589a21e103175efe1a56df9bb76c1041d4c2e.tar.bz2 |
2017-03-24 version 1.1.56 (horchi)\n - bugfix: Fixed problem with service interface (frequent db reconnects)\n\n1.1.56
Diffstat (limited to 'plgconfig.h')
-rw-r--r-- | plgconfig.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plgconfig.h b/plgconfig.h index fce7b0d..b810b36 100644 --- a/plgconfig.h +++ b/plgconfig.h @@ -18,7 +18,7 @@ struct cEpg2VdrConfig : public cEpgConfig { public: - + cEpg2VdrConfig(); int mainmenuVisible; @@ -31,12 +31,13 @@ struct cEpg2VdrConfig : public cEpgConfig int createTimerLocal; int useCommonRecFolder; // NAS int xchgOkBlue; - + int replaceScheduleMenu; int replaceTimerMenu; int userIndex; char user[100+TB]; int showEmptyChannels; + int extendedEpgData2Aux; }; extern cEpg2VdrConfig Epg2VdrConfig; |