forked from Github/frigate
Use thumbnails instead of review images for search (#12381)
This commit is contained in:
@@ -126,11 +126,7 @@ export default function SearchDetailDialog({
|
||||
: undefined
|
||||
}
|
||||
draggable={false}
|
||||
src={
|
||||
search.thumb_path
|
||||
? `${apiHost}${search.thumb_path.replace("/media/frigate/", "")}`
|
||||
: `${apiHost}api/events/${search.id}/thumbnail.jpg`
|
||||
}
|
||||
src={`${apiHost}api/events/${search.id}/thumbnail.jpg`}
|
||||
/>
|
||||
<Button
|
||||
onClick={() => {
|
||||
|
||||
Reference in New Issue
Block a user