mirror of
https://github.com/arthur-pbty/xiao.git
synced 2026-06-03 23:36:43 +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
|
||||
|
||||
@@ -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
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xiao",
|
||||
"version": "101.2.0",
|
||||
"version": "101.2.1",
|
||||
"description": "Your personal server companion.",
|
||||
"main": "Xiao.js",
|
||||
"scripts": {
|
||||
|
||||
Reference in New Issue
Block a user