fixed formating in AniList Item.bru
This commit is contained in:
parent
5035712402
commit
205b5d075f
@ -16,7 +16,7 @@ headers {
|
|||||||
}
|
}
|
||||||
|
|
||||||
body:graphql {
|
body:graphql {
|
||||||
query($userId: Int, $mediaId: Int, $listType: MediaType) {
|
query ($userId: Int, $mediaId: Int, $listType: MediaType) {
|
||||||
MediaList(mediaId: $mediaId, userId: $userId, type: $listType) {
|
MediaList(mediaId: $mediaId, userId: $userId, type: $listType) {
|
||||||
id
|
id
|
||||||
mediaId
|
mediaId
|
||||||
@ -44,12 +44,12 @@ body:graphql {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
status
|
status
|
||||||
startedAt{
|
startedAt {
|
||||||
year
|
year
|
||||||
month
|
month
|
||||||
day
|
day
|
||||||
}
|
}
|
||||||
completedAt{
|
completedAt {
|
||||||
year
|
year
|
||||||
month
|
month
|
||||||
day
|
day
|
||||||
|
Loading…
Reference in New Issue
Block a user