mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
CScanTs::handleMsg: Fix handling left/right keys during channel search
Origin commit data
------------------
Branch: ni/coolstream
Commit: c9242679a0
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-03-03 (Fri, 03 Mar 2017)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -451,9 +451,13 @@ int CScanTs::handleMsg(neutrino_msg_t msg, neutrino_msg_data_t data)
|
|||||||
break;
|
break;
|
||||||
case CRCInput::RC_plus:
|
case CRCInput::RC_plus:
|
||||||
case CRCInput::RC_minus:
|
case CRCInput::RC_minus:
|
||||||
|
CVolume::getInstance()->setVolume(msg);
|
||||||
|
break;
|
||||||
case CRCInput::RC_left:
|
case CRCInput::RC_left:
|
||||||
case CRCInput::RC_right:
|
case CRCInput::RC_right:
|
||||||
CVolume::getInstance()->setVolume(msg);
|
if (g_settings.mode_left_right_key_tv == SNeutrinoSettings::VOLUME) {
|
||||||
|
CVolume::getInstance()->setVolume(msg);
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
break;
|
break;
|
||||||
|
Reference in New Issue
Block a user