Merge branch 'ni/tuxbox' into ni/mp/tuxbox

Origin commit data
------------------
Branch: ni/coolstream
Commit: 86bedc2a3f
Author: vanhofen <vanhofen@gmx.de>
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:
vanhofen
2017-03-03 15:52:12 +01:00
5 changed files with 33 additions and 11 deletions

View File

@@ -466,9 +466,13 @@ neutrino_msg_t CScanTs::handleMsg(neutrino_msg_t msg, neutrino_msg_data_t data)
break;
case CRCInput::RC_plus:
case CRCInput::RC_minus:
CVolume::getInstance()->setVolume(msg);
break;
case CRCInput::RC_left:
case CRCInput::RC_right:
CVolume::getInstance()->setVolume(msg);
if (g_settings.mode_left_right_key_tv == SNeutrinoSettings::VOLUME) {
CVolume::getInstance()->setVolume(msg);
}
break;
default:
break;