Fixed Bellesa direct scrape passthrough.

This commit is contained in:
DebaucheryLibrarian 2026-01-09 02:34:22 +01:00
parent bdb03bd622
commit 97361a3977
2 changed files with 2 additions and 2 deletions

View File

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