fixed simkl and anilist syncing bugs

This commit is contained in:
2024-08-19 08:09:03 -04:00
parent 4d9012b43c
commit e3ed5bb2b9
7 changed files with 149 additions and 73 deletions

View File

@ -13,6 +13,7 @@ post {
headers {
Content-Type: "application/json"
Accept: "application/json"
Authorization: Bearer {{ANILIST_ACCESS_TOKEN}}
}
body:graphql {
@ -92,7 +93,7 @@ body:graphql {
body:graphql:vars {
{
"userId": 413504,
"mediaId": 157371,
"mediaId": 110,
"listType": "ANIME"
}
}