mirror of
https://github.com/beetbox/beets.git
synced 2025-12-09 18:12:19 +01:00
Without this change the web plugin does not support path queries as slashes are currently used for joining keywords in the QueryConverter. Moreover, flask cannot distinguish between an URL encoded and a plain '/' character during routing [0]. To work around this issue without introducing a breaking change (i.e. removing the QueryConverter) use the backslash character for path queries and convert it later on. Fixes #3566 [0]: https://github.com/pallets/flask/issues/900 |
||
|---|---|---|
| .. | ||
| static | ||
| templates | ||
| __init__.py | ||