summaryrefslogtreecommitdiff
path: root/plgconfig.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2018-02-22 19:09:47 +0100
committerhorchi <vdr@jwendel.de>2018-02-22 19:09:47 +0100
commitb1b244a5b7ff76e6b6a07e05c0afe4cb0f69d6b4 (patch)
tree1067a6dc30399e9d53d7d9626c6cf98e62bfabd2 /plgconfig.h
parent697e967988bbac57f344c5a0f496a6fb2d993a77 (diff)
downloadvdr-plugin-epg2vdr-b1b244a5b7ff76e6b6a07e05c0afe4cb0f69d6b4.tar.gz
vdr-plugin-epg2vdr-b1b244a5b7ff76e6b6a07e05c0afe4cb0f69d6b4.tar.bz2
2018-02-22 version 1.1.88 (horchi)\n - added: Optional switch timer notification message\n\n1.1.88
Diffstat (limited to 'plgconfig.h')
-rw-r--r--plgconfig.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/plgconfig.h b/plgconfig.h
index b810b36..daff92d 100644
--- a/plgconfig.h
+++ b/plgconfig.h
@@ -38,6 +38,7 @@ struct cEpg2VdrConfig : public cEpgConfig
char user[100+TB];
int showEmptyChannels;
int extendedEpgData2Aux;
+ int switchTimerNotifyTime;
};
extern cEpg2VdrConfig Epg2VdrConfig;