forked from DebaucheryLibrarian/traxxx
Fixed Woodman scene allocation.
This commit is contained in:
@@ -29,7 +29,7 @@ function scrapeAll(scenes, channel, discard = true) {
|
|||||||
|
|
||||||
release.poster = query.img('.thumb, picture img');
|
release.poster = query.img('.thumb, picture img');
|
||||||
|
|
||||||
acc.scenes.concat(release);
|
acc.scenes = acc.scenes.concat(release);
|
||||||
|
|
||||||
return acc;
|
return acc;
|
||||||
}, {
|
}, {
|
||||||
|
|||||||
Reference in New Issue
Block a user