mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- adzap: don't zap when rezap-channel is already tuned
This commit is contained in:
@@ -231,7 +231,7 @@ void CAdZapMenu::Run()
|
||||
else
|
||||
{
|
||||
alerted = false;
|
||||
if (channelList)
|
||||
if ((channelId != curChannelId) && channelList)
|
||||
channelList->zapTo_ChannelID(channelId);
|
||||
armed = false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user