From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Wed, 1 Sep 2021 11:08:13 +0000 (+0100) Subject: Tiny update. Note thay SPS can not participate in a remote control connection. X-Git-Tag: 4.1-dev~4^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=650077bc836875144e497e9f43e48ff23b43593f;p=thirdparty%2Fshairport-sync.git Tiny update. Note thay SPS can not participate in a remote control connection. --- diff --git a/rtsp.c b/rtsp.c index 12c500d6..4b04aa83 100644 --- a/rtsp.c +++ b/rtsp.c @@ -2268,7 +2268,6 @@ void handle_teardown_2(rtsp_conn_info *conn, __attribute__((unused)) rtsp_messag } conn->groupContainsGroupLeader = 0; config.airplay_statusflags &= (0xffffffff - (1 << 11)); // DeviceSupportsRelay - // mdns_update_flags(config.airplay_statusflags); build_bonjour_strings(conn); mdns_update(NULL, secondary_txt_records); }