diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2010-03-07 12:43:30 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2010-03-07 12:43:30 +0100 |
commit | 74d6d35bce1f724e0d1e1b57fe5b022189c73f2c (patch) | |
tree | 16657cac088f1c29d172b609fe123d40b3adb784 /config.h | |
parent | 2f16565bc8a81be10af7bb1ba652719a8aaa9eb6 (diff) | |
download | vdr-74d6d35bce1f724e0d1e1b57fe5b022189c73f2c.tar.gz vdr-74d6d35bce1f724e0d1e1b57fe5b022189c73f2c.tar.bz2 |
Implemented automatic deleting of timeshift recording
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: config.h 2.23 2010/02/28 15:18:31 kls Exp $ + * $Id: config.h 2.24 2010/03/06 15:29:46 kls Exp $ */ #ifndef __CONFIG_H @@ -276,6 +276,7 @@ public: int FontFixSize; int MaxVideoFileSize; int SplitEditedFiles; + int DelTimeshiftRec; int MinEventTimeout, MinUserInactivity; time_t NextWakeupTime; int MultiSpeedMode; |