Fixed Bellesa direct scrape passthrough.
This commit is contained in:
parent
bdb03bd622
commit
97361a3977
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue