typo
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 15 Jun 2023 19:18:54 +0000 (21:18 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Thu, 15 Jun 2023 19:18:54 +0000 (21:18 +0200)
music_assistant/server/providers/slimproto/cli.py

index 085b39be320225f09509b86201b2e9944e6683e9..d758dd95733faa7764af1186d72ccbfac5718273 100644 (file)
@@ -532,7 +532,7 @@ class LmsCli:
                 await resp.write(chunk)
                 cometd_client.last_seen = int(time.time())
             except ConnectionResetError:
-                break
+                return
         return resp
 
     def _handle_cometd_request(self, client: CometDClient, cometd_request: dict[str, Any]) -> None: