diff options
author | Andreas Mair <amair.sob@googlemail.com> | 2013-10-21 08:29:32 +0200 |
---|---|---|
committer | Andreas Mair <amair.sob@googlemail.com> | 2013-10-21 08:29:32 +0200 |
commit | b5e557baadfc3f89f61d83ac817d68689f941273 (patch) | |
tree | 789b5903268fc3df77759008843ab7a807ce3f73 /mymenusetup.h | |
parent | da41f56185d85b775a24bd43baa86933e7068680 (diff) | |
download | vdr-plugin-extrecmenu-b5e557baadfc3f89f61d83ac817d68689f941273.tar.gz vdr-plugin-extrecmenu-b5e557baadfc3f89f61d83ac817d68689f941273.tar.bz2 |
Display the root video folder again when opening ExtRecMenu (closes #1447)
Diffstat (limited to 'mymenusetup.h')
-rw-r--r-- | mymenusetup.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mymenusetup.h b/mymenusetup.h index 0b88bd0..fe1319c 100644 --- a/mymenusetup.h +++ b/mymenusetup.h @@ -67,6 +67,7 @@ class mySetup int DescendSorting; int GoLastReplayed; int ReturnToPlugin; + int ReturnToRec; int LimitBandwidth; int UseVDRsRecInfoMenu; int PatchFont; |