mirror of
https://github.com/beetbox/beets.git
synced 2025-12-26 02:24:33 +01:00
Flatten a config view (#2821)
This commit is contained in:
parent
3b49da0c52
commit
453fd372a3
1 changed files with 1 additions and 1 deletions
|
|
@ -377,7 +377,7 @@ class WebPlugin(BeetsPlugin):
|
|||
app,
|
||||
supports_credentials=self.config[
|
||||
'cors_supports_credentials'
|
||||
]
|
||||
].get(bool)
|
||||
)
|
||||
|
||||
# Allow serving behind a reverse proxy
|
||||
|
|
|
|||
Loading…
Reference in a new issue