Compare commits

...

2 Commits

Author SHA1 Message Date
DebaucheryLibrarian cdc963c42c 1.150.1 2020-12-30 00:19:15 +01:00
DebaucheryLibrarian e807f049d8 Showing actor photos without entropy value. 2020-12-30 00:19:08 +01:00
3 changed files with 3 additions and 3 deletions

View File

@ -45,7 +45,7 @@
<script> <script>
function photos() { function photos() {
return this.actor.photos.filter(photo => photo.entropy > 6); return this.actor.photos.filter(photo => !photo.entropy || photo.entropy > 6);
} }
function sfw() { function sfw() {

2
package-lock.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "traxxx", "name": "traxxx",
"version": "1.150.0", "version": "1.150.1",
"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": {