diff --git a/frigate/http.py b/frigate/http.py index f58ead7da..5ed679c4b 100644 --- a/frigate/http.py +++ b/frigate/http.py @@ -88,7 +88,7 @@ def event(id): except DoesNotExist: return "Event not found", 404 -@bp.route('/events//snapshot.jpg') +@bp.route('/events//thumbnail.jpg') def event_snapshot(id): format = request.args.get('format', 'ios') thumbnail_bytes = None