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

4
package-lock.json generated
View File

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

View File

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