make AirPlay work in AP mode - release

This commit is contained in:
philippe44
2020-03-08 16:51:45 -07:00
parent 1a5f5283bb
commit b60ea2e356

View File

@@ -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 {