Compare commits

..

2 Commits

Author SHA1 Message Date
ThePendulum 0ad2952563 1.62.5 2020-01-25 02:30:01 +01:00
ThePendulum 2389c982bb Showing gender on release actor tiles. 2020-01-25 02:29:49 +01:00
3 changed files with 3 additions and 2 deletions

View File

@ -38,6 +38,7 @@ const releaseActorsFragment = `
slug slug
birthdate birthdate
age age
gender
originCountry: countryByBirthCountryAlpha2 { originCountry: countryByBirthCountryAlpha2 {
alpha2 alpha2
name name

2
package-lock.json generated
View File

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

View File

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