diff --git a/web/src/components/player/PreviewThumbnailPlayer.tsx b/web/src/components/player/PreviewThumbnailPlayer.tsx index 712f4a39e..377da4184 100644 --- a/web/src/components/player/PreviewThumbnailPlayer.tsx +++ b/web/src/components/player/PreviewThumbnailPlayer.tsx @@ -108,14 +108,14 @@ export default function PreviewThumbnailPlayer({ src={`${apiHost}api/preview/${camera}/${startTs}/thumbnail.jpg`} /> ); + } else { + content = ( + + ); } - - content = ( - - ); } else { content = (