mirror of
https://github.com/morpheus65535/bazarr
synced 2025-02-01 12:08:13 +00:00
Fixed issue with Sonarr v3 SignalR for good. #1985
This commit is contained in:
parent
c563262fa8
commit
4343b7c402
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ class AutoTransport(Transport):
|
||||||
def __init__(self, session, connection):
|
def __init__(self, session, connection):
|
||||||
Transport.__init__(self, session, connection)
|
Transport.__init__(self, session, connection)
|
||||||
self.__available_transports = [
|
self.__available_transports = [
|
||||||
WebSocketsTransport(session, connection),
|
#WebSocketsTransport(session, connection),
|
||||||
ServerSentEventsTransport(session, connection)
|
ServerSentEventsTransport(session, connection)
|
||||||
]
|
]
|
||||||
self.__transport = None
|
self.__transport = None
|
||||||
|
|
Loading…
Reference in a new issue