fix rc_play / rc_pause handling for osmio

This commit is contained in:
Markus Volk
2020-03-15 06:37:11 +01:00
parent 0ef29d2934
commit 03d8af2fb1
2 changed files with 5 additions and 6 deletions

View File

@@ -1753,9 +1753,6 @@ int CRCInput::translate(int code)
#elif BOXMODEL_OSMIO4K || BOXMODEL_OSMIO4KPLUS
case KEY_VIDEO:
return RC_mode;
case KEY_PVR:
return RC_pvr;
#endif
case KEY_SWITCHVIDEOMODE:
return RC_mode;