mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-01-22 20:18:30 +03:00
only show transcribe button if audio event has video
This commit is contained in:
parent
ad62ad93b3
commit
9525113dc8
@ -1604,7 +1604,8 @@ function ObjectDetailsTab({
|
||||
|
||||
{config?.cameras[search?.camera].audio_transcription.enabled &&
|
||||
search?.label == "speech" &&
|
||||
search?.end_time && (
|
||||
search?.end_time &&
|
||||
search?.has_clip && (
|
||||
<Tooltip>
|
||||
<TooltipTrigger asChild>
|
||||
<button
|
||||
|
||||
Loading…
Reference in New Issue
Block a user