Fix broken tests (no new ones yet)

This commit is contained in:
Steve Johnson 2017-01-14 09:53:46 -08:00
parent 43936cd84c
commit f6cb46d490

View file

@ -340,7 +340,7 @@ class WebPlugin(BeetsPlugin):
app.config['JSONIFY_PRETTYPRINT_REGULAR'] = False
app.config['exclude_paths_from_items'] = (
self.config['exclude_paths_from_items'])
self.config.get('exclude_paths_from_items', True))
# Enable CORS if required.
if self.config['cors']: