mirror of
https://github.com/beetbox/beets.git
synced 2026-01-05 07:23:33 +01:00
Merge pull request #4772 from wisp3rwind/pr_fix_web
web: fix for breaking werkzeug change
This commit is contained in:
commit
567c3f06f7
1 changed files with 1 additions and 0 deletions
|
|
@ -265,6 +265,7 @@ class QueryConverter(PathConverter):
|
|||
|
||||
|
||||
class EverythingConverter(PathConverter):
|
||||
part_isolating = False
|
||||
regex = '.*?'
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue