mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-03 19:01:25 +02:00
src/neutrino.cpp: fix wrong default keysetup for audio key
Audio key has opened hdd menue instead audio menue. Note: Reset or rework of user menue settings for audio key is required.
This commit is contained in:
@@ -309,7 +309,7 @@ static SNeutrinoSettings::usermenu_t usermenu_default[] = {
|
|||||||
#else
|
#else
|
||||||
{ CRCInput::RC_play, "9", "", "5" },
|
{ CRCInput::RC_play, "9", "", "5" },
|
||||||
#endif
|
#endif
|
||||||
{ CRCInput::RC_audio, "27", "", "6" },
|
{ CRCInput::RC_audio, "6", "", "6" },
|
||||||
{ CRCInput::RC_nokey, "", "", "" },
|
{ CRCInput::RC_nokey, "", "", "" },
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user