fix download audio button in picker

This commit is contained in:
wukko
2023-08-14 02:07:05 +06:00
parent f4b486a236
commit 789acbc99b
2 changed files with 4 additions and 12 deletions

View File

@@ -27,7 +27,7 @@ export function apiJSON(type, obj) {
switch (obj.service) {
case "douyin":
case "tiktok":
audio = createStream(obj)
audio = obj.u
pickerType = "images"
break;
}