1
Fork 0

fix dislikes - again

This commit is contained in:
Ashley 2022-12-09 19:06:19 +00:00
parent 1d52d5e2ec
commit 8b9aee8515

View file

@ -34,10 +34,11 @@ function getJson(str) {
} }
const dislike = await fetch(`${dislike_api}${video_id}`).then((res) => const dislike = await fetch(`${dislike_api}${video_id}`).then((res) =>
getJson(res) res.json()
); );
const headers = {};
const headers = {};
/* /*
* Parses and fetches an xml * Parses and fetches an xml
*/ */