Various tag photos.

This commit is contained in:
DebaucheryLibrarian
2020-07-18 05:12:32 +02:00
parent a3d281192d
commit 689c701f34
68 changed files with 53 additions and 54 deletions

View File

@@ -38,7 +38,6 @@ async function fetchLatestWrap(site, page = 1) {
}
async function fetchSceneWrap(url, channel, baseRelease, include) {
console.log(include);
const scene = await fetchScene(url, channel, baseRelease, include);
return extractActors(scene);