mirror of
https://github.com/beetbox/beets.git
synced 2025-12-26 02:24:33 +01:00
Fix broken tests (no new ones yet)
This commit is contained in:
parent
43936cd84c
commit
f6cb46d490
1 changed files with 1 additions and 1 deletions
|
|
@ -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']:
|
||||
|
|
|
|||
Loading…
Reference in a new issue