Explorar o código

make AirPlay work in AP mode - release

philippe44 %!s(int64=5) %!d(string=hai) anos
pai
achega
b60ea2e356
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {