Compare commits

..

No commits in common. "b1b2ad2111f3aa83cb54d5545bf6a7f4d928d2c0" and "2418fec9c9daf3ad917b7f1937e416149e1a50f6" have entirely different histories.

10 changed files with 3 additions and 4 deletions

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.199.11",
"version": "1.199.10",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "traxxx",
"version": "1.199.11",
"version": "1.199.10",
"description": "All the latest porn releases in one place",
"main": "src/app.js",
"scripts": {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 39 KiB

View File

Before

Width:  |  Height:  |  Size: 1.6 MiB

After

Width:  |  Height:  |  Size: 1.6 MiB

View File

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 4.2 KiB

View File

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 KiB

View File

@ -746,7 +746,6 @@ 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'],
@ -918,6 +917,7 @@ 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,7 +1069,6 @@ 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');