forked from DebaucheryLibrarian/traxxx
Fixed Evil Angel upcoming and actor association issues. Moving from console.log to logger.
This commit is contained in:
@@ -112,7 +112,7 @@ async function fetchLatest(site, page = 1, upcoming = false) {
|
||||
requests: [
|
||||
{
|
||||
indexName: 'all_scenes',
|
||||
params: `query=&hitsPerPage=36&maxValuesPerFacet=100&page=${page - 1}&facetFilters=[["lesbian:"],["bisex:"],["shemale:"],["upcoming:${upcoming ? '' : 0}"]]`,
|
||||
params: `query=&hitsPerPage=36&maxValuesPerFacet=100&page=${page - 1}&facetFilters=[["lesbian:"],["bisex:"],["shemale:"],["upcoming:${upcoming ? 1 : 0}"]]`,
|
||||
},
|
||||
],
|
||||
}, {
|
||||
|
||||
Reference in New Issue
Block a user