diff options
author | M. Voerman <rekordc@gmail.com> | 2013-08-08 21:54:10 +0200 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2013-08-08 21:54:10 +0200 |
commit | 10c8945678c8a387c9c611a9771001d0b3214e4b (patch) | |
tree | 2d886ea6c608ec99803e7fb5ce7da75d44a8d16d /settings.js | |
parent | 81ceee598937c8bd450b1aee167b98724e85839a (diff) | |
download | vdr-vipclient-10c8945678c8a387c9c611a9771001d0b3214e4b.tar.gz vdr-vipclient-10c8945678c8a387c9c611a9771001d0b3214e4b.tar.bz2 |
Recordsmenu shows recording date/time
Diffstat (limited to 'settings.js')
-rw-r--r-- | settings.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/settings.js b/settings.js index 9720cad..f7e0154 100644 --- a/settings.js +++ b/settings.js @@ -37,7 +37,6 @@ var fullupdate = 1; // If guideview is too slow, set it to 0 (for 1910/1960), fa var ShowOsdTime = 5000; //Time to show OSD, in seconds * 1000 -var inst_timeout = 120 * 1000; // 120 minutes, time to lock recording (So pressing twice record won't start a new recording of the same channel) var serverEPGdays = 3 * (60 * 60 * 24); // the higher the longer you wait while getting the epg info |