Fixed infinite loop while trying to connect to Sonarr with SignalR permission issue.

This commit is contained in:
morpheus65535 2022-11-17 16:52:05 -05:00
parent 2e2626ce43
commit 0e8ac06e59
1 changed files with 2 additions and 0 deletions

View File

@ -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')