Moved all tag photos to public asset directory.

This commit is contained in:
2019-12-11 02:25:25 +01:00
parent 1d1b36bf76
commit 18f37e3fbd
85 changed files with 237 additions and 133 deletions

View File

@@ -332,8 +332,9 @@ async function scrapeActors(actorNames) {
const profile = await scraper.fetchProfile(actorEntry ? actorEntry.name : actorName);
return {
scraper: scraperSlug,
...profile,
name: actorName,
scraper: scraperSlug,
};
});