mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-31 01:11:06 +02:00
audioplayer: allow RC_previoussong and RC_nextsong
Origin commit data
------------------
Branch: ni/coolstream
Commit: f595d3bd46
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-10-27 (Fri, 27 Oct 2017)
Origin message was:
------------------
- audioplayer: allow RC_previoussong and RC_nextsong
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -492,7 +492,7 @@ int CAudioPlayerGui::show()
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (msg == CRCInput::RC_left)
|
||||
else if (msg == CRCInput::RC_left || msg == CRCInput::RC_previoussong)
|
||||
{
|
||||
if (m_key_level == 1)
|
||||
{
|
||||
@@ -519,7 +519,7 @@ int CAudioPlayerGui::show()
|
||||
}
|
||||
|
||||
}
|
||||
else if (msg == CRCInput::RC_right)
|
||||
else if (msg == CRCInput::RC_right || msg == CRCInput::RC_nextsong)
|
||||
{
|
||||
if (m_key_level == 1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user