mirror of
https://github.com/morpheus65535/bazarr
synced 2024-12-25 01:02:19 +00:00
Fix for release update missing an import
This commit is contained in:
parent
04a0d5ffb2
commit
fd339b5fff
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue