mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
try to fix current channel after edit mode
This commit is contained in:
@@ -2667,7 +2667,9 @@ _repeat:
|
|||||||
bouquets_changed = false;
|
bouquets_changed = false;
|
||||||
channels_init = false;
|
channels_init = false;
|
||||||
|
|
||||||
t_channel_id live_channel_id = CZapit::getInstance()->GetCurrentChannelID();
|
t_channel_id live_channel_id = channelList->getActiveChannel_ChannelID();
|
||||||
|
if(!live_channel_id)
|
||||||
|
live_channel_id = CZapit::getInstance()->GetCurrentChannelID();
|
||||||
adjustToChannelID(live_channel_id);//FIXME what if deleted ?
|
adjustToChannelID(live_channel_id);//FIXME what if deleted ?
|
||||||
delete hintBox;
|
delete hintBox;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user