From 1e282eeb2207b2ebf5bf43e126fe2f166d87d1a1 Mon Sep 17 00:00:00 2001 From: "F. Duncanh" Date: Fri, 15 Aug 2025 03:24:38 -0400 Subject: [PATCH] test for AirMyPC without version number, --- lib/raop_handlers.h | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/raop_handlers.h b/lib/raop_handlers.h index 1e7649b..0837e40 100644 --- a/lib/raop_handlers.h +++ b/lib/raop_handlers.h @@ -765,6 +765,7 @@ raop_handler_setup(raop_conn_t *conn, bool old_protocol = false; #ifdef OLD_PROTOCOL_CLIENT_USER_AGENT_LIST /* set in global.h */ if (strstr(OLD_PROTOCOL_CLIENT_USER_AGENT_LIST, user_agent)) old_protocol = true; + if (strstr(user_agent, "AirMyPC")) old_protocol = true; //AirMyPC/7200 still uses old protocol: unlikely to change (?) #endif if (old_protocol) { /* some windows AirPlay-client emulators use old AirPlay 1 protocol with unhashed AES key */ logger_log(conn->raop->logger, LOGGER_INFO, "Client identifed as using old protocol (unhashed) AES audio key)");