src/neutrino.cpp -fix timer zap with mode (TV/Radio) change

This commit is contained in:
Jacek Jendrzej
2014-04-20 18:21:01 +02:00
parent 81d457c614
commit b78b29e41e

View File

@@ -2848,10 +2848,10 @@ int CNeutrinoApp::handleMsg(const neutrino_msg_t _msg, neutrino_msg_data_t data)
dvbsub_stop();
if ((!isTVMode) && (mode != mode_radio)) {
radioMode(false);
radioMode(true);
}
else if (isTVMode && (mode != mode_tv)) {
tvMode(false);
tvMode(true);
}
channelList->zapTo_ChannelID(eventinfo->channel_id);
}