From 453fd372a3ff389ed928b54aa3c3812cf9bf781e Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Mon, 26 Feb 2018 18:00:59 -0500 Subject: [PATCH] Flatten a config view (#2821) --- beetsplug/web/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beetsplug/web/__init__.py b/beetsplug/web/__init__.py index c78e7b73b..fd0060f4c 100644 --- a/beetsplug/web/__init__.py +++ b/beetsplug/web/__init__.py @@ -377,7 +377,7 @@ class WebPlugin(BeetsPlugin): app, supports_credentials=self.config[ 'cors_supports_credentials' - ] + ].get(bool) ) # Allow serving behind a reverse proxy