another update

This commit is contained in:
2025-07-24 00:48:27 +03:00
parent dfc8e21db1
commit e0217cbbcb
75 changed files with 5331 additions and 4457 deletions

View File

@@ -41,12 +41,12 @@ export async function getThumbnails(
targetId: a.targetId,
token: "",
format: a.format,
size: a.size,
size: a.size
}))
),
headers: {
"Content-Type": "application/json",
},
"Content-Type": "application/json"
}
}
);
const json = await data.json();