diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 4ad445803..5fde3e832 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -2498,6 +2498,12 @@ _repeat: adjustToChannelID(live_channel_id);//FIXME what if deleted ? delete hintBox; } + if (g_settings.easymenu) { + CBouquetList * blist = (mode == mode_radio) ? RADIOfavList : TVfavList; + t_channel_id live_channel_id = channelList->getActiveChannel_ChannelID(); + if (blist->hasChannelID(live_channel_id)) + SetChannelMode(LIST_MODE_FAV); + } channellist_visible = false; if (!from_menu)