Fixed sorting recordings

This commit is contained in:
Klaus Schmidinger 2015-09-10 13:29:30 +02:00
parent 0f18bd0a6a
commit 1cdbdc548a
1 changed files with 2 additions and 1 deletions

3
menu.c
View File

@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: menu.c 4.6 2015/09/10 10:34:45 kls Exp $
* $Id: menu.c 4.7 2015/09/10 13:29:30 kls Exp $
*/
#include "menu.h"
@ -3147,6 +3147,7 @@ eOSState cMenuRecordings::Sort(void)
if (HasSubMenu())
return osContinue;
IncRecordingsSortMode(DirectoryName());
recordingsStateKey.Reset();
Set(true);
return osContinue;
}