From b25453eed6c11cdbadb7792317254a21dd96d28f Mon Sep 17 00:00:00 2001 From: vanhofen Date: Wed, 11 Dec 2019 22:19:09 +0100 Subject: [PATCH] controlapi: addition to commit dcfb6a1ebdc5219e22329657b2f5600d098de634 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/48aa3a2fad42d591b68563839c53c7e51446e76c Author: vanhofen Date: 2019-12-11 (Wed, 11 Dec 2019) Origin message was: ------------------ - controlapi: addition to commit dcfb6a1ebdc5219e22329657b2f5600d098de634 ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/nhttpd/tuxboxapi/controlapi.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/nhttpd/tuxboxapi/controlapi.cpp b/src/nhttpd/tuxboxapi/controlapi.cpp index be8646d4f..e08f539c0 100644 --- a/src/nhttpd/tuxboxapi/controlapi.cpp +++ b/src/nhttpd/tuxboxapi/controlapi.cpp @@ -905,13 +905,15 @@ unsigned int revert_translate(unsigned int code) case RC_page_down: return KEY_CHANNELDOWN; #ifdef HAVE_ARM_HARDWARE +#if BOXMODEL_HD51 || BOXMODEL_HD60 || BOXMODEL_HD61 || BOXMODEL_BRE2ZE4K || BOXMODEL_H7 + case RC_favorites: + return KEY_VIDEO; +#endif case RC_mode: return KEY_SWITCHVIDEOMODE; case RC_play: case RC_pause: return KEY_PLAYPAUSE; - case RC_favorites: - return KEY_VIDEO; case RC_forward: return KEY_FASTFORWARD; #endif