mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-08 20:25:26 +03:00
Change output file
This commit is contained in:
parent
d75b21311e
commit
95be693b8a
@ -593,7 +593,7 @@ def event_thumbnail(id, max_cache_age=2592000):
|
||||
return response
|
||||
|
||||
|
||||
@bp.route("/events/<id>/preview.mp4")
|
||||
@bp.route("/events/<id>/preview.gif")
|
||||
def event_preview(id: str, max_cache_age=2592000):
|
||||
try:
|
||||
event = Event.get(Event.id == id)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user