소스 검색

make AirPlay work in AP mode - release

philippe44 5 년 전
부모
커밋
b60ea2e356
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {