From 2165af8bd3d627d0b903b374164bb3e60df9b996 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Louis=20V=C3=A9zina?= <5130500+morpheus65535@users.noreply.github.com> Date: Tue, 20 Nov 2018 10:43:13 -0500 Subject: [PATCH] Add a route when trailing slash is not added after base_url --- bazarr/main.py | 1 + 1 file changed, 1 insertion(+) 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()