mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-12 15:50:01 -08:00
fix: add missing format field in media recommendations query
This commit is contained in:
@@ -4,6 +4,7 @@ query ($id: Int, $page: Int, $per_page: Int) {
|
||||
media {
|
||||
id
|
||||
idMal
|
||||
format
|
||||
mediaListEntry {
|
||||
status
|
||||
id
|
||||
|
||||
@@ -12,6 +12,7 @@ GET_AIRING_SCHEDULE = _QUERIES_PATH / "media-airing-schedule.gql"
|
||||
GET_MEDIA_CHARACTERS = _QUERIES_PATH / "media-characters.gql"
|
||||
GET_MEDIA_RECOMMENDATIONS = _QUERIES_PATH / "media-recommendations.gql"
|
||||
GET_MEDIA_RELATIONS = _QUERIES_PATH / "media-relations.gql"
|
||||
GET_MEDIA_LIST_ITEM = _QUERIES_PATH / "get-medialist-item.gql"
|
||||
|
||||
GET_LOGGED_IN_USER = _QUERIES_PATH / "logged-in-user.gql"
|
||||
GET_NOTIFICATIONS = _QUERIES_PATH / "notifications.gql"
|
||||
|
||||
Reference in New Issue
Block a user