mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-10 13:37:03 +03:00
LMS/BT/AirPlay coexistence + improve display
This commit is contained in:
@@ -661,8 +661,12 @@ static bool handle_rtsp(raop_ctx_t *ctx, int sock)
|
||||
free_metadata(&metadata);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
// don't need to free "buf" because kd_lookup return a pointer, not a strdup
|
||||
kd_add(resp, "Audio-Jack-Status", "connected; type=analog");
|
||||
kd_add(resp, "CSeq", kd_lookup(headers, "CSeq"));
|
||||
|
||||
if (success) {
|
||||
buf = http_send(sock, "RTSP/1.0 200 OK", resp);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user