Skip to content

Commit

Permalink
Disable audio widget trying to get previews (comfyanonymous#4044)
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-byrne authored Jul 17, 2024
1 parent 8557894 commit 374e093
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/extensions/core/uploadAudio.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ function getResourceURL(subfolder, filename, type = "input") {
"filename=" + encodeURIComponent(filename),
"type=" + type,
"subfolder=" + subfolder,
app.getPreviewFormatParam().substring(1),
app.getRandParam().substring(1)
].join("&")

Expand Down

0 comments on commit 374e093

Please sign in to comment.