mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 17:31:11 +02:00
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:
@@ -869,7 +869,7 @@ bool CUpnpBrowserGui::selectItem(std::string id)
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (msg == CRCInput::RC_play) {
|
||||
else if (msg == CRCInput::RC_play || msg == CRCInput::RC_playpause) {
|
||||
if ((selected - liststart) >= (*entries).size())
|
||||
continue;
|
||||
m_folderplay = true;
|
||||
|
Reference in New Issue
Block a user