From e9eeb84c5f9b6cf60fea707cc4be4145eaa3e7e6 Mon Sep 17 00:00:00 2001 From: ZGaetano Date: Tue, 26 May 2026 16:10:04 +0000 Subject: [PATCH] fix(files-tab): remove inline video preview from proxy row --- services/web-ui/public/screens-asset.jsx | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/services/web-ui/public/screens-asset.jsx b/services/web-ui/public/screens-asset.jsx index c963341..3a69d2f 100644 --- a/services/web-ui/public/screens-asset.jsx +++ b/services/web-ui/public/screens-asset.jsx @@ -799,19 +799,7 @@ function FilesTab({ asset, filmFrames, filmstripLoading, streamUrl, reprocessing actionLabel={reprocessing === 'proxy' ? 'Queuing…' : 'Re-generate'} onAction={onRegenProxy} disabled={reprocessing === 'proxy'} - > - {streamUrl && ( -