Fix english anime/manga naming

This commit is contained in:
Daniel Odendahl Jr
2019-02-15 23:24:48 +00:00
parent 4255a4f7ad
commit 54fdd30c3d
3 changed files with 9 additions and 3 deletions
+4 -1
View File
@@ -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
+4 -1
View File
@@ -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
View File
@@ -1,6 +1,6 @@
{
"name": "xiao",
"version": "101.2.0",
"version": "101.2.1",
"description": "Your personal server companion.",
"main": "Xiao.js",
"scripts": {