mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-30 08:51:10 +02:00
bouqueteditor_channels.cpp: use RC_tv if key_tvradio_mode not defined fix commit ecff984432
This commit is contained in:
@@ -437,7 +437,7 @@ int CBEChannelWidget::exec(CMenuTarget* parent, const std::string & /*actionKey*
|
||||
}
|
||||
}
|
||||
*/
|
||||
else if( msg == (neutrino_msg_t) g_settings.key_tvradio_mode || CRCInput::RC_tv ) {
|
||||
else if( msg == (neutrino_msg_t) g_settings.key_tvradio_mode || msg==CRCInput::RC_tv ) {
|
||||
if (mode == CZapitClient::MODE_TV)
|
||||
mode = CZapitClient::MODE_RADIO;
|
||||
else
|
||||
|
Reference in New Issue
Block a user