diff --git a/services/web-ui/public/visuals.jsx b/services/web-ui/public/visuals.jsx index 7651931..8de7063 100644 --- a/services/web-ui/public/visuals.jsx +++ b/services/web-ui/public/visuals.jsx @@ -58,6 +58,9 @@ function AssetThumb({ asset, size = 'md' }) { ); } + // VOD HLS assets: if we have an HLS rendition, we could potentially show a + // muted hover-preview here too. For now, just static thumb. + const altText = asset.name ? `Thumbnail for ${asset.name}` : 'Asset thumbnail'; return (