diff options
author | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-08-04 19:21:11 +0200 |
---|---|---|
committer | Martin Schirrmacher <vdr.skinflatplus@schirrmacher.eu> | 2014-08-04 19:21:11 +0200 |
commit | 30a1dd2c8ead480f5e61a6ddfb55e1d6ea920f06 (patch) | |
tree | 4ae05842e02c1006b7fbf1c386d353a24faf41dd /config.h | |
parent | 65c2d52d64f2667e9238413a6d3ffc8a8ab5c603 (diff) | |
download | skin-flatplus-30a1dd2c8ead480f5e61a6ddfb55e1d6ea920f06.tar.gz skin-flatplus-30a1dd2c8ead480f5e61a6ddfb55e1d6ea920f06.tar.bz2 |
new time seconds scale option
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -201,7 +201,7 @@ class cFlatConfig int RecordingFormatShow; int RecordingSimpleAspectFormat; int RecordingAdditionalInfoShow; - int RecordingSmallSecs; + double TimeSecsScale; int EpgRerunsShow; int EpgAdditionalInfoShow; |