diff --git a/mythtv/libs/libmythtv/tv_play.cpp b/mythtv/libs/libmythtv/tv_play.cpp
index c446dc8..d23a28e 100644
a
|
b
|
void TV::FillOSDMenuJumpRec(PlayerContext* ctx, const QString category, |
12410 | 12410 | vector<ProgramInfo *>::const_iterator it = infoList->begin(); |
12411 | 12411 | for ( ; it != infoList->end(); ++it) |
12412 | 12412 | { |
12413 | | if ((*it)->GetRecordingGroup() != "LiveTV" || LiveTVInAllPrograms || |
| 12413 | if (((*it)->GetRecordingGroup() != "LiveTV" || LiveTVInAllPrograms) && |
12414 | 12414 | (*it)->GetRecordingGroup() == currecgroup) |
12415 | 12415 | { |
12416 | 12416 | progLists[(*it)->GetRecordingGroup()].push_front( |