mirror of
https://github.com/janeczku/calibre-web
synced 2025-11-13 13:47:13 +00:00
Fix OPDS download
This commit is contained in:
@@ -774,7 +774,6 @@ def get_opds_download_link(book_id, format):
|
|||||||
else:
|
else:
|
||||||
# file_name = helper.get_valid_filename(file_name)
|
# file_name = helper.get_valid_filename(file_name)
|
||||||
response = make_response(send_from_directory(os.path.join(config.config_calibre_dir, book.path), data.name + "." + format))
|
response = make_response(send_from_directory(os.path.join(config.config_calibre_dir, book.path), data.name + "." + format))
|
||||||
response = make_response(send_from_directory(os.path.join(config.config_calibre_dir, book.path), data.name + "." + format))
|
|
||||||
response.headers["Content-Disposition"] = "attachment; filename=\"%s.%s\"" % (data.name, format)
|
response.headers["Content-Disposition"] = "attachment; filename=\"%s.%s\"" % (data.name, format)
|
||||||
return response
|
return response
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user