mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-09-27 03:46:15 +08:00
Fix audio events in explore section (#15286)
* Fix audio events in explore section Make sure that audio events are listed in the explore section * Update audio.py * Hide other submit options Only allow submits for objects only
This commit is contained in:
4
docs/static/frigate-api.yaml
vendored
4
docs/static/frigate-api.yaml
vendored
@@ -3225,7 +3225,7 @@ components:
|
||||
title: Sub Label
|
||||
score:
|
||||
anyOf:
|
||||
- type: integer
|
||||
- type: number
|
||||
- type: 'null'
|
||||
title: Score
|
||||
default: 0
|
||||
@@ -3264,7 +3264,7 @@ components:
|
||||
properties:
|
||||
end_time:
|
||||
anyOf:
|
||||
- type: integer
|
||||
- type: number
|
||||
- type: 'null'
|
||||
title: End Time
|
||||
type: object
|
||||
|
Reference in New Issue
Block a user