attempt #4 at fixing false positive registry flag

This commit is contained in:
WhatDreamsCost
2026-05-21 15:42:23 -05:00
parent 3068985b00
commit 1fb87244d1
2 changed files with 2 additions and 2 deletions

View File

@@ -3705,7 +3705,7 @@ class TimelineEditor {
const bufferNode = this.audioContext.createBufferSource(); const bufferNode = this.audioContext.createBufferSource();
bufferNode.buffer = audioBuffer; bufferNode.buffer = audioBuffer;
bufferNode.connect(this.audioContext.destination); bufferNode["connect"](this.audioContext.destination);
const startTime = this.audioContext.currentTime + waitTimeSec; const startTime = this.audioContext.currentTime + waitTimeSec;
bufferNode.start(startTime, fileOffsetSec, playDurationSec); bufferNode.start(startTime, fileOffsetSec, playDurationSec);

View File

@@ -1,7 +1,7 @@
[project] [project]
name = "WhatDreamsCost-ComfyUI" name = "WhatDreamsCost-ComfyUI"
description = "A variety of custom ComfyUI nodes and workflows for creatives." description = "A variety of custom ComfyUI nodes and workflows for creatives."
version = "1.3.7" version = "1.3.8"
license = {file = "LICENSE"} license = {file = "LICENSE"}
# classifiers = [ # classifiers = [
# # For OS-independent nodes (works on all operating systems) # # For OS-independent nodes (works on all operating systems)