mirror of
https://github.com/beetbox/beets.git
synced 2025-12-07 17:16:07 +01:00
Revert "Merge remote-tracking branch 'upstream/master' into lb"
This reverts commit6bfe26642c, reversing changes made to9b8dbe8055.
This commit is contained in:
parent
6bfe26642c
commit
7838e70d41
2 changed files with 1 additions and 2 deletions
|
|
@ -336,6 +336,7 @@ def item_file(item_id):
|
||||||
response = flask.send_file(
|
response = flask.send_file(
|
||||||
item_path, as_attachment=True, download_name=safe_filename
|
item_path, as_attachment=True, download_name=safe_filename
|
||||||
)
|
)
|
||||||
|
response.headers["Content-Length"] = os.path.getsize(item_path)
|
||||||
return response
|
return response
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -282,8 +282,6 @@ Bug fixes:
|
||||||
:bug:`4973`
|
:bug:`4973`
|
||||||
* Fix bug regarding displaying tracks that have been changed not being
|
* Fix bug regarding displaying tracks that have been changed not being
|
||||||
displayed unless the detail configuration is enabled.
|
displayed unless the detail configuration is enabled.
|
||||||
* :doc:`/plugins/web`: Fix range request support, allowing to play large audio/
|
|
||||||
opus files using e.g. a browser/firefox or gstreamer/mopidy directly.
|
|
||||||
|
|
||||||
For plugin developers:
|
For plugin developers:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue