neutrino: add more RC_playpause handling

Origin commit data
------------------
Commit: 764b25542f
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-12-19 (Tue, 19 Dec 2017)

Origin message was:
------------------
- neutrino: add more RC_playpause handling
This commit is contained in:
vanhofen
2017-12-19 10:58:44 +01:00
parent 549cd072be
commit 9b5c4e7618
9 changed files with 62 additions and 30 deletions

View File

@@ -713,7 +713,7 @@ bool CFileBrowser::exec(const char * const dirname)
if ((filelist.empty()))
continue;
if (msg == CRCInput::RC_yellow || msg == CRCInput::RC_play)
if (msg == CRCInput::RC_yellow || msg == CRCInput::RC_play || msg == CRCInput::RC_playpause)
{
if ((Multi_Select) && (selected < filelist.size()))
{