Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian
30923f7cda 1.247.10 2026-01-28 02:58:45 +01:00
DebaucheryLibrarian
045efb6e2b Filtering compilation scenes in Gamma API update query, still includes compilation movies. 2026-01-28 02:58:42 +01:00
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "traxxx",
"version": "1.247.9",
"version": "1.247.10",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "traxxx",
"version": "1.247.9",
"version": "1.247.10",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.458.0",

View File

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

View File

@@ -304,7 +304,7 @@ async function fetchLatestApi(site, page = 1, options, _preData, upcoming = fals
const { apiUrl } = await fetchApiCredentials(referer, site);
const slug = options.parameters.querySlug || site.slug;
const params = `query=&hitsPerPage=36&maxValuesPerFacet=100&page=${page - 1}&facetFilters=[["lesbian:"],["bisex:"],["shemale:"],["upcoming:${upcoming ? 1 : 0}"]]${options.parameters.queryChannel
const params = `query=&hitsPerPage=60&maxValuesPerFacet=100&page=${page - 1}&facetFilters=[["lesbian:"],["bisex:"],["shemale:"],["upcoming:${upcoming ? 1 : 0}"],["compilation:0"]]${options.parameters.queryChannel
? `&filters=channels.id:${options.parameters.queryChannel === true ? slug : options.parameters.queryChannel}`
: `&filters=availableOnSite:${slug}`}`;