mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 18:01:06 +02:00
neutrino.cpp: in easymenu mode, revert channel list mode to favorites, if current channel present in favorite bouquets
Origin commit data
------------------
Branch: ni/coolstream
Commit: 778262d67a
Author: [CST] Focus <focus.cst@gmail.com>
Date: 2014-12-18 (Thu, 18 Dec 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user