mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-08-02 09:02:15 +03:00
UI Fixes (#11602)
* Fix playback rate not showing * Fix export image * Formatting * Formatting
This commit is contained in:
@@ -177,7 +177,7 @@ export default function ExportCard({
|
||||
{exportedRecording.thumb_path.length > 0 ? (
|
||||
<img
|
||||
className="absolute inset-0 aspect-video size-full rounded-lg object-contain md:rounded-2xl"
|
||||
src={exportedRecording.thumb_path.replace("/media/frigate", "")}
|
||||
src={`${baseUrl}${exportedRecording.thumb_path.replace("/media/frigate", "")}`}
|
||||
onLoad={() => setLoading(false)}
|
||||
/>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user