forked from 77media/video-flow
错误等于总共的 不剪辑
This commit is contained in:
parent
a8a4fd3866
commit
99fc65afeb
@ -427,7 +427,7 @@ export function useWorkflowData({ onEditPlanGenerated, editingStatus, onExportFa
|
||||
|
||||
if (analyze_video_total_count && analyze_video_completed_count === analyze_video_total_count) {
|
||||
// 视频分析完成
|
||||
if(error_totle < total_count * errorConfig) {
|
||||
if(error_totle !== total_count) {
|
||||
setCanGoToCut(true);
|
||||
// 重置进度条,显示生成剪辑计划进度
|
||||
setIsAnalyzing(false);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user