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