summaryrefslogtreecommitdiff
path: root/plgconfig.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2017-03-24 15:55:29 +0100
committerhorchi <vdr@jwendel.de>2017-03-24 15:55:29 +0100
commit507589a21e103175efe1a56df9bb76c1041d4c2e (patch)
tree5238d9704c1731ba555cb15a57d61115d00564dd /plgconfig.h
parent1f4a00c6dc78a7fec4e3a26ee74c656484db015a (diff)
downloadvdr-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.h5
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;