Moved networks to GraphQL.
This commit is contained in:
@@ -370,7 +370,7 @@ async function scrapeActors(actorNames) {
|
||||
|
||||
await createMediaDirectory('actors', `${newActorEntry.slug}/`);
|
||||
await storePhotos(profile.avatars, {
|
||||
domain: 'actors',
|
||||
domain: 'actor',
|
||||
role: 'photo',
|
||||
primaryRole: 'avatar',
|
||||
targetId: newActorEntry.id,
|
||||
|
||||
Reference in New Issue
Block a user