epgplus: signalize zap tries while movie playback

Origin commit data
------------------
Commit: b913a04f40
Author: vanhofen <vanhofen@gmx.de>
Date: 2018-07-23 (Mon, 23 Jul 2018)

Origin message was:
------------------
- epgplus: signalize zap tries while movie playback
This commit is contained in:
vanhofen
2018-07-23 19:48:47 +02:00
parent 3dd701464c
commit 0575e1a6de
6 changed files with 11 additions and 6 deletions

View File

@@ -1080,7 +1080,12 @@ int EpgPlus::exec(CChannelList * pchannelList, int selectedChannelIndex, CBouque
else if (msg == CRCInput::RC_ok)
{
if (selectedChannelEntry)
CNeutrinoApp::getInstance()->channelList->zapTo_ChannelID(selectedChannelEntry->channel->getChannelID());
{
if (CNeutrinoApp::getInstance()->getMode() == NeutrinoModes::mode_ts)
ShowHint(LOCALE_MESSAGEBOX_INFO, LOCALE_MOVIEPLAYER_ZAP);
else
CNeutrinoApp::getInstance()->channelList->zapTo_ChannelID(selectedChannelEntry->channel->getChannelID());
}
current_bouquet = bouquetList->getActiveBouquetNumber();
}
else if (CRCInput::isNumeric(msg))