diff --git a/js/ltx_director.js b/js/ltx_director.js index 770269c..b6f0a6a 100644 --- a/js/ltx_director.js +++ b/js/ltx_director.js @@ -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); diff --git a/pyproject.toml b/pyproject.toml index c519565..53179c0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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)