mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-01 01:41:12 +02:00
bouqueteditor_channels.cpp: use RC_tv if key_tvradio_mode not defined
Origin commit data
------------------
Branch: ni/coolstream
Commit: 7510741c27
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2015-01-25 (Sun, 25 Jan 2015)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
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 ) {
|
||||
else if( msg == (neutrino_msg_t) g_settings.key_tvradio_mode || CRCInput::RC_tv ) {
|
||||
if (mode == CZapitClient::MODE_TV)
|
||||
mode = CZapitClient::MODE_RADIO;
|
||||
else
|
||||
|
Reference in New Issue
Block a user