mirror of https://github.com/morpheus65535/bazarr
Fixed infinite loop while trying to connect to Sonarr with SignalR permission issue.
This commit is contained in:
parent
2e2626ce43
commit
0e8ac06e59
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue