diff --git a/bazarr/main.py b/bazarr/main.py index 4634c1b07..85a29c455 100644 --- a/bazarr/main.py +++ b/bazarr/main.py @@ -470,6 +470,7 @@ def image_proxy_movies(url): @route(base_url) +@route(base_url.rstrip('/')) @custom_auth_basic(check_credentials) def redirect_root(): authorize()