* Fix playback rate not showing

* Fix export image

* Formatting

* Formatting
This commit is contained in:
Nicolas Mowen
2024-05-28 13:45:08 -06:00
committed by GitHub
parent d064e44571
commit 5513addab8
3 changed files with 17 additions and 6 deletions

View File

@@ -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)}
/>
) : (