Check that VHS_VideoCombine preview is non-null
This commit is contained in:
@@ -87,7 +87,7 @@ export function getPotentialOutputsAndOutputNodes(nodes) {
|
||||
const widgetValue = node.widgets[j].value;
|
||||
const parsedURLVals = widgetValue.params;
|
||||
|
||||
if(!parsedURLVals.format.startsWith('image')) {
|
||||
if(!parsedURLVals.format?.startsWith('image')) {
|
||||
// video isn't supported format
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user