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