oops
This commit is contained in:
parent
8c345c6e63
commit
baf812d6ad
|
@ -138,9 +138,6 @@ export const previewCommand = derived([edges, nodes], ([$edges, $nodes]) => {
|
|||
finalCommand.push(inp.data.name);
|
||||
}
|
||||
|
||||
let hasVid = false;
|
||||
let hasAud = false;
|
||||
|
||||
let mediaMaps = Object.values(edgeIds)
|
||||
.map((eid) => {
|
||||
if (String(eid).includes("FILTERLESS")) {
|
||||
|
@ -150,8 +147,6 @@ export const previewCommand = derived([edges, nodes], ([$edges, $nodes]) => {
|
|||
})
|
||||
.filter((m) => m !== null);
|
||||
|
||||
console.log(mediaMaps);
|
||||
|
||||
if (filtergraph.length > 0) {
|
||||
let fg = `"${filtergraph.join(";")}"`;
|
||||
|
||||
|
|
Loading…
Reference in New Issue