mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 17:17:40 +03:00
Remove another unneeded Content-Type
This commit is contained in:
parent
10c3070d16
commit
c8b39a44dd
@ -217,7 +217,6 @@ def latest_frame(
|
|||||||
content=img.tobytes(),
|
content=img.tobytes(),
|
||||||
media_type=f"image/{extension.value}",
|
media_type=f"image/{extension.value}",
|
||||||
headers={
|
headers={
|
||||||
"Content-Type": f"image/{extension.value}",
|
|
||||||
"Cache-Control": "no-store"
|
"Cache-Control": "no-store"
|
||||||
if not params.store
|
if not params.store
|
||||||
else "private, max-age=60",
|
else "private, max-age=60",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user