fixed newest rec in folder

This commit is contained in:
louis
2014-10-19 15:40:02 +02:00
parent 4d0e2e731a
commit 49c6ef552c
3 changed files with 11 additions and 8 deletions

View File

@@ -558,7 +558,7 @@ void cDisplayMenuItemCurrentRecordingView::Render(void) {
stringTokens.insert(pair<string,string>("shorttext", info->ShortText() ? info->ShortText() : ""));
stringTokens.insert(pair<string,string>("description", info->Description() ? info->Description() : ""));
const cEvent *event = info->GetEvent();
if (!event) return;