mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-16 08:22:22 +02:00
Fix english anime/manga naming
This commit is contained in:
@@ -14,7 +14,10 @@ const resultGraphQL = stripIndents`
|
||||
query media($id: Int, $type: MediaType) {
|
||||
Media(id: $id, type: $type) {
|
||||
id
|
||||
title { userPreferred }
|
||||
title {
|
||||
english
|
||||
userPreferred
|
||||
}
|
||||
coverImage { large }
|
||||
startDate { year }
|
||||
description
|
||||
|
||||
Reference in New Issue
Block a user