aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--bazarr/main.py1
1 files changed, 1 insertions, 0 deletions
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()