diff --git a/bazarr/config.py b/bazarr/config.py index af581c352..78af8b39c 100644 --- a/bazarr/config.py +++ b/bazarr/config.py @@ -463,8 +463,10 @@ def save_settings(settings_items): configure_captcha_func() if update_schedule: - from api import scheduler + from scheduler import scheduler + from event_handler import event_stream scheduler.update_configurable_tasks() + event_stream(type='task') if sonarr_changed: from signalr_client import sonarr_signalr_client