summaryrefslogtreecommitdiff
path: root/extrecmenu.c
diff options
context:
space:
mode:
Diffstat (limited to 'extrecmenu.c')
-rw-r--r--extrecmenu.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/extrecmenu.c b/extrecmenu.c
index 75d3362..a09c6a2 100644
--- a/extrecmenu.c
+++ b/extrecmenu.c
@@ -20,7 +20,7 @@
using namespace std;
-static const char *VERSION = "1.2.2";
+static const char *VERSION = "1.2.3-git";
static const char *DESCRIPTION = tr("Extended recordings menu");
static const char *MAINMENUENTRY = "ExtRecMenu";
@@ -240,6 +240,10 @@ bool cPluginExtrecmenu::SetupParse(const char *_Name,const char *Value)
mysetup.PatchFont=atoi(Value);
else if(!strcasecmp(_Name,"FileSystemFreeMB"))
mysetup.FileSystemFreeMB=atoi(Value);
+#if VDRVERSNUM >= 10728
+ else if(!strcasecmp(_Name,"SetRecordingCat"))
+ mysetup.SetRecordingCat=atoi(Value);
+#endif
else if(!strcasecmp(_Name,"UseCutterQueue"))
mysetup.UseCutterQueue=atoi(Value);
else