mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-04-27 09:07:41 +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(),
|
||||
media_type=f"image/{extension.value}",
|
||||
headers={
|
||||
"Content-Type": f"image/{extension.value}",
|
||||
"Cache-Control": "no-store"
|
||||
if not params.store
|
||||
else "private, max-age=60",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user