mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-07 12:07:09 +03:00
make AirPlay work in AP mode - release
This commit is contained in:
@@ -21,7 +21,7 @@ sub needsClient {
|
||||
|
||||
sub validFor {
|
||||
my ($class, $client) = @_;
|
||||
return $client->model eq 'squeezeesp32';
|
||||
return $client->model eq 'squeezeesp32' && $client->displayWidth;
|
||||
}
|
||||
|
||||
sub page {
|
||||
|
||||
Reference in New Issue
Block a user