Ver código fonte

make AirPlay work in AP mode - release

philippe44 5 anos atrás
pai
commit
b60ea2e356
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      plugin/SqueezeESP32/PlayerSettings.pm

+ 1 - 1
plugin/SqueezeESP32/PlayerSettings.pm

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