beets/beetsplug/web
Max Goltzsche 6b929c6e72
web: fix range request support
Do not let the web plugin overwrite the Content-Length header with the full file length since flask/werkzeug sets the requested range's/chunk's size when handling a range request.
This allows to play large audio/opus files using e.g. a browser/firefox or gstreamer/mopidy without making a reverse-proxy/nginx emulate range request support and hide range-related headers from the backend.
2023-12-20 01:23:13 +01:00
..
static Fix typos 2023-09-25 12:52:26 +08:00
templates Add reverse proxy support 2017-03-19 20:08:39 +00:00
__init__.py web: fix range request support 2023-12-20 01:23:13 +01:00