api/tiktok: return empty error if there's nothing to download

sometimes posts are broken and don't have any valid media
This commit is contained in:
wukko
2025-07-06 00:04:40 +06:00
parent 14b9a590d9
commit 2ac0436f71

View File

@@ -168,4 +168,6 @@ export default async function(obj) {
headers: { cookie }
}
}
return { error: "fetch.empty" };
}