From 13c36d3e401921ebbb4a4ed5f7b06e83f1082f9d Mon Sep 17 00:00:00 2001 From: henryruhs Date: Tue, 7 Apr 2026 15:29:41 +0200 Subject: [PATCH] ui improvement --- facefusion/apis/static/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/facefusion/apis/static/index.html b/facefusion/apis/static/index.html index 61165ae0..529669ef 100644 --- a/facefusion/apis/static/index.html +++ b/facefusion/apis/static/index.html @@ -634,8 +634,8 @@ const app = (function() { } function getVideoOutputBody(node) { - if (node.data.videoResultUrl) { - return `
`; + if (node.data.videoResultUrl && node.data.videoResultUrl.startsWith('blob:')) { + return `
`; } if (node.data.resultUrl) { return `
`;