From fd339b5fffa14e0e92b9d8aa7ad3de91c3e7698b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Sat, 29 Feb 2020 18:53:13 -0500 Subject: [PATCH] Fix for release update missing an import --- bazarr/main.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bazarr/main.py b/bazarr/main.py index e593f4e28..8825154ac 100644 --- a/bazarr/main.py +++ b/bazarr/main.py @@ -62,6 +62,7 @@ from utils import history_log, history_log_movie, get_sonarr_version, get_radarr from helper import path_replace_reverse, path_replace_reverse_movie from scheduler import Scheduler from notifier import send_notifications, send_notifications_movie +from check_update import check_and_apply_update from subliminal_patch.extensions import provider_registry as provider_manager from subliminal_patch.core import SUBTITLE_EXTENSIONS