mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
channellist: don't change bouquetmode when adding favs
when adding a channel to favorites from the channellist contextmenu the favorites bouquet was chosen, which is not helpful if further favorites should be added
This commit is contained in:
committed by
Jacek Jendrzej
parent
5acf5a489b
commit
99e2ff32c9
@@ -2377,7 +2377,9 @@ _repeat:
|
||||
//else if(nNewChannel == -4)
|
||||
if(g_channel_list_changed)
|
||||
{
|
||||
SetChannelMode(old_mode);
|
||||
/* don't change bouquet after adding a channel to favorites */
|
||||
if (nNewChannel != -5)
|
||||
SetChannelMode(old_mode);
|
||||
g_channel_list_changed = 0;
|
||||
if(old_b_id < 0) old_b_id = old_b;
|
||||
//g_Zapit->saveBouquets();
|
||||
|
Reference in New Issue
Block a user