mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-02 09:15:22 +03:00
Fix thumbnail for tracked images being cached
This commit is contained in:
parent
0abd0627df
commit
d806728a14
@ -134,7 +134,7 @@ export default function Camera({ camera }) {
|
||||
key={objectType}
|
||||
header={objectType}
|
||||
href={`/events?camera=${camera}&label=${objectType}`}
|
||||
media={<img src={`${apiHost}/api/${camera}/${objectType}/thumbnail.jpg`} />}
|
||||
media={<img src={`${apiHost}/api/${camera}/${objectType}/thumbnail.jpg?=${Date.now()}`} />}
|
||||
/>
|
||||
))}
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user