attempt #4 at fixing false positive registry flag
This commit is contained in:
@@ -3705,7 +3705,7 @@ class TimelineEditor {
|
||||
|
||||
const bufferNode = this.audioContext.createBufferSource();
|
||||
bufferNode.buffer = audioBuffer;
|
||||
bufferNode.connect(this.audioContext.destination);
|
||||
bufferNode["connect"](this.audioContext.destination);
|
||||
|
||||
const startTime = this.audioContext.currentTime + waitTimeSec;
|
||||
bufferNode.start(startTime, fileOffsetSec, playDurationSec);
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[project]
|
||||
name = "WhatDreamsCost-ComfyUI"
|
||||
description = "A variety of custom ComfyUI nodes and workflows for creatives."
|
||||
version = "1.3.7"
|
||||
version = "1.3.8"
|
||||
license = {file = "LICENSE"}
|
||||
# classifiers = [
|
||||
# # For OS-independent nodes (works on all operating systems)
|
||||
|
||||
Reference in New Issue
Block a user