mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +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
|
||||
{ CRCInput::RC_play, "9", "", "5" },
|
||||
#endif
|
||||
{ CRCInput::RC_audio, "27", "", "6" },
|
||||
{ CRCInput::RC_audio, "6", "", "6" },
|
||||
{ CRCInput::RC_nokey, "", "", "" },
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user