fix rc_play / rc_pause handling for osmio

Conflicts:
	src/neutrino.cpp


Origin commit data
------------------
Branch: ni/coolstream
Commit: 39f2d87bfc
Author: Markus Volk <f_l_k@t-online.de>
Date: 2020-03-24 (Tue, 24 Mar 2020)



------------------
This commit was generated by Migit
This commit is contained in:
Markus Volk
2020-03-24 22:25:05 +01:00
committed by vanhofen
parent c5691e40c8
commit d943cb9d82
2 changed files with 2 additions and 5 deletions

View File

@@ -1761,9 +1761,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;