optionally store debug data
[enigma2.git] / lib / python / Components / RecordingConfig.py
index 03719860cc8f161de0237f86394386042b374cae..6a3bfb68328915ea2be7c58f781aca41aba499b0 100644 (file)
@@ -7,3 +7,4 @@ def InitRecordingConfig():
        config.recording.asktozap = ConfigYesNo(default=True)
        config.recording.margin_before = ConfigInteger(default=0, limits=(0,30))
        config.recording.margin_after = ConfigInteger(default=0, limits=(0,30))
+       config.recording.debug = ConfigYesNo(default = False)