From 074a396ce9f5c5239dd790c6566e0f19dff45f59 Mon Sep 17 00:00:00 2001 From: Martin Prochnow Date: Mon, 1 Jan 2007 19:14:13 +0100 Subject: Version 0.12c - dvd id for archive dvd would be first read out when the corresponding entry is selected; this should prevent delays while opening the plugin - because of this the setup option "show dvd id" is removed --- extrecmenu.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'extrecmenu.c') diff --git a/extrecmenu.c b/extrecmenu.c index eff656b..87c0321 100644 --- a/extrecmenu.c +++ b/extrecmenu.c @@ -8,7 +8,7 @@ #include "i18n.h" #include "tools.h" -static const char *VERSION = "0.12b"; +static const char *VERSION = "0.12c"; static const char *DESCRIPTION = "Extended recordings menu"; static const char *MAINMENUENTRY = "ExtRecMenu"; @@ -107,8 +107,6 @@ bool cPluginExtrecmenu::SetupParse(const char *Name,const char *Value) mysetup.ReplaceOrgRecMenu=atoi(Value); else if(!strcasecmp(Name,"PatchNew")) mysetup.PatchNew=atoi(Value); - else if(!strcasecmp(Name,"ShowDvdNr")) - mysetup.ShowDvdNr=atoi(Value); else if(!strcasecmp(Name,"ShowNewRecs")) mysetup.ShowNewRecs=atoi(Value); else if(!strcasecmp(Name,"DescendSorting")) -- cgit v1.2.3