api/services: fix createStream calls in pickers

oops
This commit is contained in:
wukko
2024-11-02 16:43:36 +06:00
parent 382873dc11
commit 541bf04575
5 changed files with 11 additions and 11 deletions

View File

@@ -102,7 +102,7 @@ export default async function(obj) {
if (obj.alwaysProxy) url = createStream({
service: "tiktok",
type: "proxy",
u: url,
url,
filename: `${filenameBase}_photo_${i + 1}.jpg`
})