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>
function photos() {
return this.actor.photos.filter(photo => photo.entropy > 6);
return this.actor.photos.filter(photo => !photo.entropy || photo.entropy > 6);
}
function sfw() {

2
package-lock.json generated
View File

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

View File

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