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:
@@ -863,7 +863,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