Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian 887bc003e6 1.174.1 2021-02-25 02:56:22 +01:00
DebaucheryLibrarian 2b76dcd15f Fixed search graphql query for S3. 2021-02-25 02:56:16 +01:00
3 changed files with 6 additions and 3 deletions

View File

@ -51,6 +51,7 @@ function initUiActions(_store, _router) {
name
url
type
independent
parent {
id
slug
@ -78,6 +79,7 @@ function initUiActions(_store, _router) {
id
thumbnail
lazy
isS3
}
}
covers: releasesCovers {
@ -85,6 +87,7 @@ function initUiActions(_store, _router) {
id
thumbnail
lazy
isS3
}
}
}

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "traxxx",
"version": "1.174.0",
"version": "1.174.1",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "1.174.0",
"version": "1.174.1",
"license": "ISC",
"dependencies": {
"@graphile-contrib/pg-order-by-related": "^1.0.0-beta.6",

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.174.0",
"version": "1.174.1",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {