diff options
Diffstat (limited to 'plgconfig.h')
-rw-r--r-- | plgconfig.h | 1 |
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; |