Adapt to renaming send_file parameters of Flask

master
Felix Stupp 2 years ago
parent cf80adda94
commit 4f0c8cb82d
Signed by: zocker
GPG Key ID: 93E1BD26F6B02FB7

@ -524,7 +524,7 @@ def show_media_thumb(media_id: int):
etag=True,
as_attachment=False,
last_modified=thumb.last_downloaded,
cache_timeout=24 * 60 * 60,
max_age=24 * 60 * 60,
)

Loading…
Cancel
Save