fixed formating in AniList Item.bru

This commit is contained in:
John O'Keefe 2024-07-27 12:58:17 -04:00
parent 5035712402
commit 205b5d075f

View File

@ -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