Fix playback of HTTP sources (#1630)
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Fri, 30 Aug 2024 11:26:23 +0000 (13:26 +0200)
committerGitHub <noreply@github.com>
Fri, 30 Aug 2024 11:26:23 +0000 (13:26 +0200)
due to a typo

music_assistant/server/helpers/audio.py

index 174ab9f8707c6ef9432e1f773b8f5b8db3202c4b..905683adb201691a34f7dcecd251206aef00d319 100644 (file)
@@ -913,7 +913,7 @@ def get_ffmpeg_args(
             # these options are only supported in ffmpeg > 5
             input_args += [
                 "-reconnect_on_network_error",
-                "5",
+                "1",
                 "-reconnect_on_http_error",
                 "5xx,4xx",
             ]