Compare commits
No commits in common. "7f11d0ca91037c51e70b06377bdca402308a42cd" and "e24add98ead7acb90963058784dac7c19338e8c1" have entirely different histories.
7f11d0ca91
...
e24add98ea
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.204.9",
|
"version": "1.204.8",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.204.9",
|
"version": "1.204.8",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@casl/ability": "^5.2.2",
|
"@casl/ability": "^5.2.2",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.204.9",
|
"version": "1.204.8",
|
||||||
"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": {
|
||||||
|
|
|
@ -59,7 +59,7 @@ const releaseFields = `
|
||||||
slug
|
slug
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
poster: chaptersPoster {
|
poster: chaptersPosterByChapterId {
|
||||||
media {
|
media {
|
||||||
id
|
id
|
||||||
path
|
path
|
||||||
|
@ -82,7 +82,7 @@ const releaseFields = `
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
poster: releasesPoster {
|
poster: releasesPosterByReleaseId {
|
||||||
media {
|
media {
|
||||||
id
|
id
|
||||||
path
|
path
|
||||||
|
@ -104,7 +104,7 @@ const releaseFields = `
|
||||||
size
|
size
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
trailer: releasesTrailer @include (if: $full) {
|
trailer: releasesTrailerByReleaseId @include (if: $full) {
|
||||||
media {
|
media {
|
||||||
id
|
id
|
||||||
path
|
path
|
||||||
|
|
|
@ -234,7 +234,6 @@ async function updateSceneSearch(releaseIds) {
|
||||||
TO_TSVECTOR(
|
TO_TSVECTOR(
|
||||||
'english',
|
'english',
|
||||||
COALESCE(releases.title, '') || ' ' ||
|
COALESCE(releases.title, '') || ' ' ||
|
||||||
releases.entry_id || ' ' ||
|
|
||||||
entities.name || ' ' ||
|
entities.name || ' ' ||
|
||||||
entities.slug || ' ' ||
|
entities.slug || ' ' ||
|
||||||
COALESCE(array_to_string(entities.alias, ' '), '') || ' ' ||
|
COALESCE(array_to_string(entities.alias, ' '), '') || ' ' ||
|
||||||
|
|
Loading…
Reference in New Issue