diff --git a/public/img/tags/indian/lazy/0.jpeg b/public/img/tags/desi/lazy/resha_watch4beauty.jpeg similarity index 100% rename from public/img/tags/indian/lazy/0.jpeg rename to public/img/tags/desi/lazy/resha_watch4beauty.jpeg diff --git a/public/img/tags/desi/lazy/resha_watch4beauty_1.jpeg b/public/img/tags/desi/lazy/resha_watch4beauty_1.jpeg new file mode 100644 index 00000000..8004275c Binary files /dev/null and b/public/img/tags/desi/lazy/resha_watch4beauty_1.jpeg differ diff --git a/public/img/tags/indian/0.jpeg b/public/img/tags/desi/resha_watch4beauty.jpeg similarity index 100% rename from public/img/tags/indian/0.jpeg rename to public/img/tags/desi/resha_watch4beauty.jpeg diff --git a/public/img/tags/desi/resha_watch4beauty_1.jpeg b/public/img/tags/desi/resha_watch4beauty_1.jpeg new file mode 100644 index 00000000..26ad6a12 Binary files /dev/null and b/public/img/tags/desi/resha_watch4beauty_1.jpeg differ diff --git a/public/img/tags/indian/thumbs/0.jpeg b/public/img/tags/desi/thumbs/resha_watch4beauty.jpeg similarity index 100% rename from public/img/tags/indian/thumbs/0.jpeg rename to public/img/tags/desi/thumbs/resha_watch4beauty.jpeg diff --git a/public/img/tags/desi/thumbs/resha_watch4beauty_1.jpeg b/public/img/tags/desi/thumbs/resha_watch4beauty_1.jpeg new file mode 100644 index 00000000..ea801e57 Binary files /dev/null and b/public/img/tags/desi/thumbs/resha_watch4beauty_1.jpeg differ diff --git a/public/img/tags/jaclyn_case_digitalsin.jpeg b/public/img/tags/jaclyn_case_digitalsin.jpeg deleted file mode 100644 index b96574a7..00000000 Binary files a/public/img/tags/jaclyn_case_digitalsin.jpeg and /dev/null differ diff --git a/seeds/04_media.js b/seeds/04_media.js index 8c314178..c6b27c77 100644 --- a/seeds/04_media.js +++ b/seeds/04_media.js @@ -746,6 +746,7 @@ const tagMedia = [ ['deepthroat', 1, 'Jynx Maze in "Slutty and Sluttier 13"', 'evilangel'], ['deepthroat', 0, 'Chanel Grey in "Deepthroating Is Fun"', 'throated'], ['desi', 'priya_rai_hollyrandall', 'Priya Rai in "Dildo Fun"', 'hollyrandall'], + ['desi', 'resha_watch4beauty_1', 'Resha in "Casting Resha"', 'watch4beauty'], ['doggy-style', 'jane_wilde_evilangel', 'Jane Wilde and Brock Cooper in "The Cock Hungry Chronicles"', 'evilangel'], ['double-blowjob', 1, 'Veronica Rodriguez and Penny Pax in "Fucking Older Guys 5"', 'penthouse'], ['double-blowjob', 0, 'Kira Noir and Kali Roses', 'brazzers'], @@ -917,7 +918,6 @@ const tagMedia = [ ['handjob', 0, 'Lichelle Marie in "Tug Me Sexy"', 'tugjobs'], ['handjob', 'mia_malkova_manojob', 'Mia Malkova in "Covered!"', 'manojob'], ['handjob', 'hope_howell_manojob', 'Hope Howell in "Super Slutty Step-Daugher"', 'manojob'], - ['indian', 0, 'Resha in "Casting Resha"', 'watch4beauty'], ['interracial', 1, 'Caprice and Valerie in "Sexual Attraction"', 'hegre'], ['interracial', 0, 'Jaye Summers and Prince Yahshua in "Platinum Pussy 3"', 'julesjordan'], ['latex', 0, 'Bianca Beauchamp in "Cherry Nun"', 'latexlair'], @@ -1069,6 +1069,7 @@ exports.seed = knex => Promise.resolve() await upsert('media', sfw, 'id'); const tags = await knex('tags').whereIn('slug', tagMedia.map(item => item.tagSlug)); + const entities = await knex('entities') .whereIn('slug', tagMedia.map(item => item.entitySlug).filter(Boolean)) .orderBy('type', 'DESC');