Compare commits

..

No commits in common. "cdc963c42c2e67cfc68255d77a40e1f557e09144" and "a51a1598869d8c370d99c1d48a8ff05e24d6b3e8" have entirely different histories.

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 || photo.entropy > 6); return this.actor.photos.filter(photo => 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.1", "version": "1.150.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

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