Add link to the ESP32 WiFi Manager to the settings page in LMS.

This commit is contained in:
Michael Herger
2021-04-14 22:37:44 +02:00
committed by Michael Herger
parent ec7982dbfc
commit b075bbaea3
3 changed files with 9 additions and 1 deletions

View File

@@ -94,6 +94,7 @@ sub handler {
}
$paramRef->{'pref_equalizer'} = $cprefs->get('equalizer') if $client->depth == 16;
$paramRef->{'player_ip'} = $client->ip;
return $class->SUPER::handler($client, $paramRef);
}