Fixed Woodman scene allocation.

This commit is contained in:
DebaucheryLibrarian 2026-01-18 01:54:03 +01:00
parent 56767cf965
commit cfb842bd89
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ function scrapeAll(scenes, channel, discard = true) {
release.poster = query.img('.thumb, picture img');
acc.scenes.concat(release);
acc.scenes = acc.scenes.concat(release);
return acc;
}, {