adzap: don't zap when rezap-channel is already tuned

Origin commit data
------------------
Branch: ni/coolstream
Commit: 6a6a3c3543
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-03-10 (Thu, 10 Mar 2016)

Origin message was:
------------------
- adzap: don't zap when rezap-channel is already tuned

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2016-03-10 09:33:50 +01:00
parent 8e9d6b6f9f
commit 88e8a44772

View File

@@ -231,7 +231,7 @@ void CAdZapMenu::Run()
else
{
alerted = false;
if (channelList)
if ((channelId != curChannelId) && channelList)
channelList->zapTo_ChannelID(channelId);
armed = false;
}