mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
CInfoViewer: reset zapmode if not in default mode
Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -665,6 +665,9 @@ void CInfoViewer::showTitle(t_channel_id chid, const bool calledFromNumZap, int
|
|||||||
|
|
||||||
void CInfoViewer::showTitle(CZapitChannel * channel, const bool calledFromNumZap, int epgpos)
|
void CInfoViewer::showTitle(CZapitChannel * channel, const bool calledFromNumZap, int epgpos)
|
||||||
{
|
{
|
||||||
|
if(!calledFromNumZap && zap_mode != IV_MODE_DEFAULT)
|
||||||
|
resetSwitchMode();
|
||||||
|
|
||||||
std::string Channel = channel->getName();
|
std::string Channel = channel->getName();
|
||||||
t_satellite_position satellitePosition = channel->getSatellitePosition();
|
t_satellite_position satellitePosition = channel->getSatellitePosition();
|
||||||
t_channel_id new_channel_id = channel->getChannelID();
|
t_channel_id new_channel_id = channel->getChannelID();
|
||||||
|
Reference in New Issue
Block a user