Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian
c6826b3300 1.245.5 2026-01-09 02:34:25 +01:00
DebaucheryLibrarian
97361a3977 Fixed Bellesa direct scrape passthrough. 2026-01-09 02:34:22 +01:00
4 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

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

View File

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

View File

@@ -81,7 +81,7 @@ async function fetchLatest(channel, page = 1, { parameters }) {
}
async function fetchScene(url, entity, baseRelease, { parameters }) {
if (baseRelease) {
if (baseRelease?.entryId) {
// identical data
return baseRelease;
}