mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-20 21:44:48 +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) {
|
query media($id: Int, $type: MediaType) {
|
||||||
Media(id: $id, type: $type) {
|
Media(id: $id, type: $type) {
|
||||||
id
|
id
|
||||||
title { userPreferred }
|
title {
|
||||||
|
english
|
||||||
|
userPreferred
|
||||||
|
}
|
||||||
coverImage { large }
|
coverImage { large }
|
||||||
startDate { year }
|
startDate { year }
|
||||||
description
|
description
|
||||||
|
|||||||
@@ -14,7 +14,10 @@ const resultGraphQL = stripIndents`
|
|||||||
query media($id: Int, $type: MediaType) {
|
query media($id: Int, $type: MediaType) {
|
||||||
Media(id: $id, type: $type) {
|
Media(id: $id, type: $type) {
|
||||||
id
|
id
|
||||||
title { userPreferred }
|
title {
|
||||||
|
english
|
||||||
|
userPreferred
|
||||||
|
}
|
||||||
coverImage { large }
|
coverImage { large }
|
||||||
startDate { year }
|
startDate { year }
|
||||||
description
|
description
|
||||||
|
|||||||
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xiao",
|
"name": "xiao",
|
||||||
"version": "101.2.0",
|
"version": "101.2.1",
|
||||||
"description": "Your personal server companion.",
|
"description": "Your personal server companion.",
|
||||||
"main": "Xiao.js",
|
"main": "Xiao.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Reference in New Issue
Block a user