diff options
author | Andreas Mair <andreas@vdr-developer.org> | 2010-05-29 16:46:25 +0200 |
---|---|---|
committer | Andreas Mair <andreas@vdr-developer.org> | 2010-05-29 16:46:25 +0200 |
commit | ab6811d93006be2338c9711b40d1d67533a094ca (patch) | |
tree | 5f07a1e15318e4df8af944c780b7eef2ec3de1f6 /extrecmenu.c | |
parent | 4029bd046129693af722a2480ff2f23c7b1e012f (diff) | |
download | vdr-plugin-extrecmenu-ab6811d93006be2338c9711b40d1d67533a094ca.tar.gz vdr-plugin-extrecmenu-ab6811d93006be2338c9711b40d1d67533a094ca.tar.bz2 |
Version 1.2-test1-am2av1.2-test1-am2a
- Fixed access to 001.vdr/00001.ts and index.vdr/index (Length in recordings list works again).
Diffstat (limited to 'extrecmenu.c')
-rw-r--r-- | extrecmenu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extrecmenu.c b/extrecmenu.c index f3f59cf..3d466ee 100644 --- a/extrecmenu.c +++ b/extrecmenu.c @@ -11,7 +11,7 @@ using namespace std; -static const char *VERSION = "1.2-test1-am2"; +static const char *VERSION = "1.2-test1-am2a"; static const char *DESCRIPTION = tr("Extended recordings menu"); static const char *MAINMENUENTRY = "ExtRecMenu"; |