summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--bazarr/app/signalr_client.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/bazarr/app/signalr_client.py b/bazarr/app/signalr_client.py
index 2435c32a3..d20d42bb5 100644
--- a/bazarr/app/signalr_client.py
+++ b/bazarr/app/signalr_client.py
@@ -66,6 +66,8 @@ class SonarrSignalrClientLegacy:
"permissions on that directory and restart Sonarr. Also, if you're a Docker image "
"user, you should make sure you properly defined PUID/PGID environment variables. "
"Otherwise, please contact Sonarr support.")
+ self.stop()
+ break
else:
self.connected = True
event_stream(type='badges')