fix: add manga ID and MyAnimeList ID fields to AniList query
This commit is contained in:
parent
fc22532886
commit
ae34f0ea75
@ -116,6 +116,8 @@ public class AniListService {
|
|||||||
"""
|
"""
|
||||||
query ($id: Int) {
|
query ($id: Int) {
|
||||||
Media (id: $id, type: MANGA) {
|
Media (id: $id, type: MANGA) {
|
||||||
|
id
|
||||||
|
idMal
|
||||||
title {
|
title {
|
||||||
romaji
|
romaji
|
||||||
english
|
english
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user