Fixed Woodman scene allocation.
This commit is contained in:
parent
56767cf965
commit
cfb842bd89
|
|
@ -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;
|
||||||
}, {
|
}, {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue