From 52a11c3905794e77e770b1abe0a1afa62294c87c Mon Sep 17 00:00:00 2001 From: Harvey Tindall Date: Mon, 29 Jun 2020 23:24:54 +0100 Subject: [PATCH] auth fix --- jellyfin_accounts/web_api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jellyfin_accounts/web_api.py b/jellyfin_accounts/web_api.py index f53412f..cad8ac8 100644 --- a/jellyfin_accounts/web_api.py +++ b/jellyfin_accounts/web_api.py @@ -358,7 +358,7 @@ def modifyConfig(): @app.route("/getConfig", methods=["GET"]) -# @auth.login_required +@auth.login_required def getConfig(): log.debug('Config requested') with open(config_base_path, "r") as f: