Disable audio widget trying to get previews (#4044)

This commit is contained in:
bymyself 2024-07-17 13:11:10 -07:00 committed by GitHub
parent 855789403b
commit 374e093e09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -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("&")