From a303bad11b594dd8f1daab5f6d4f780acb8d2109 Mon Sep 17 00:00:00 2001 From: fduncanh Date: Thu, 16 Dec 2021 09:30:36 -0500 Subject: [PATCH] revert change hat did not fix iOS9,10 no-audio problem --- lib/global.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/global.h b/lib/global.h index ebe3ba8..7d32757 100755 --- a/lib/global.h +++ b/lib/global.h @@ -7,7 +7,7 @@ /* use old protocol for AES key if User-Agent string is contained in these strings */ /* replace xxx by any new User-Agent string as needed */ -#define OLD_PROTOCOL_AUDIO_CLIENT_LIST "AirMyPC/2.0;AirPlay/260.26;AirPlay/320.20;xxx" +#define OLD_PROTOCOL_AUDIO_CLIENT_LIST "AirMyPC/2.0;xxx" #define OLD_PROTOCOL_VIDEO_CLIENT_LIST "AirMyPC/2.0;xxx" #define MAX_HWADDR_LEN 6