From: Mike Brady <4265913+mikebrady@users.noreply.github.com> Date: Sat, 29 Jun 2024 19:38:43 +0000 (+0100) Subject: Don't automatically disable the session timeout on AirPlay 2. X-Git-Tag: 4.3.4~1^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e09b9c6330c2d173c7e73ccb7211f104451a5237;p=thirdparty%2Fshairport-sync.git Don't automatically disable the session timeout on AirPlay 2. --- diff --git a/shairport.c b/shairport.c index 29f7f468..e36d2cc3 100644 --- a/shairport.c +++ b/shairport.c @@ -2048,7 +2048,6 @@ int main(int argc, char **argv) { config.tolerance = 0.002; #ifdef CONFIG_AIRPLAY_2 - config.timeout = 0; // disable watchdog config.port = 7000; #else config.port = 5000;