mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 00:11:14 +02:00
- neutrino: introduce user-assignable favorites key
Conflicts: src/gui/audioplayer.cpp Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
@@ -454,8 +454,8 @@ int CAudioPlayerGui::show()
|
||||
if (m_state != CAudioPlayerGui::STOP)
|
||||
stop();
|
||||
}
|
||||
//add RC_favorites for internetradio
|
||||
else if ((msg == CRCInput::RC_favorites) && (m_inetmode))
|
||||
//add key_favorites for internetradio
|
||||
else if ((msg == (neutrino_msg_t) g_settings.key_favorites) && (m_inetmode))
|
||||
{
|
||||
if (m_key_level == 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user