mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 08:21:12 +02:00
- neutrino: add more RC_playpause handling
Conflicts: src/gui/movieplayer.cpp Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -714,7 +714,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()))
|
||||
{
|
||||
|
Reference in New Issue
Block a user