diff --git a/bazarr.py b/bazarr.py index 49342b6b1..d7ff06423 100644 --- a/bazarr.py +++ b/bazarr.py @@ -299,7 +299,7 @@ def save_settings(): redirect(ref) @route(base_url + 'check_update') -def check_update(): +def manual_update(): ref = request.environ['HTTP_REFERER'] root.warning(check_and_apply_update())