forked from DebaucheryLibrarian/traxxx
Added actor photos to Brazzers scene scrape. Added no-video poster to Score. Not flattening actor avatar fallbacks.
This commit is contained in:
@@ -308,7 +308,7 @@ function accumulateActors(releases) {
|
||||
|
||||
if (actor.name) acc[actorSlug] = { ...acc[actorSlug], ...actor }; // actor input contains profile info
|
||||
if (actor.avatar) {
|
||||
acc[actorSlug].avatars = acc[actorSlug].avatars.concat(actor.avatar);
|
||||
acc[actorSlug].avatars = acc[actorSlug].avatars.concat([actor.avatar]); // don't flatten fallbacks
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user