From 7d2d356d41361b99a85c76e5a574f7278fc14218 Mon Sep 17 00:00:00 2001 From: GetAway Date: Thu, 29 Nov 2018 22:47:42 +0100 Subject: [PATCH] neutrino.cpp: fix RC_playpause for bre2ze4k Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/cad5248e97e676afcb22e20375d9e1f3f185db03 Author: GetAway Date: 2018-11-29 (Thu, 29 Nov 2018) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/neutrino.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 3f21b9281..177ed444f 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -5183,7 +5183,7 @@ void CNeutrinoApp::loadKeys(const char * fname) g_settings.mpkey_rewind = tconfig.getInt32( "mpkey.rewind", CRCInput::RC_rewind ); g_settings.mpkey_forward = tconfig.getInt32( "mpkey.forward", CRCInput::RC_forward ); g_settings.mpkey_stop = tconfig.getInt32( "mpkey.stop", CRCInput::RC_stop ); -#if BOXMODEL_HD51 || BOXMODEL_HD60 +#if BOXMODEL_HD51 || BOXMODEL_HD60 || BOXMODEL_BRE2ZE4K g_settings.mpkey_play = tconfig.getInt32( "mpkey.play", CRCInput::RC_playpause ); g_settings.mpkey_pause = tconfig.getInt32( "mpkey.pause", CRCInput::RC_playpause ); #elif BOXMODEL_VUSOLO4K