This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
bazarr
mirror of
https://github.com/morpheus65535/bazarr
Watch
1
Star
0
Fork
You've already forked bazarr
0
Code
Issues
Releases
Wiki
Activity
e1f836dfea
bazarr
/
libs
/
signalr
/
__init__.py
4 lines
60 B
Python
Raw
Normal View
History
Unescape
Escape
Added real-time sync with Sonarr v3 and Radarr v3 by feeding from SignalR feeds. You can now reduce frequency of sync tasks to something like once a day.
2021-05-08 14:39:00 +00:00
from
.
_connection
import
Connection
Moved back from gevent to waitress web server. This should prevent UI disconnection occurring during heavy task like syncing subtitles.
2021-10-21 00:46:22 +00:00
__version__
=
'
0.0.12
'