Compare commits
2 Commits
a51a159886
...
cdc963c42c
Author | SHA1 | Date |
---|---|---|
|
cdc963c42c | |
|
e807f049d8 |
|
@ -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() {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "traxxx",
|
||||
"version": "1.150.0",
|
||||
"version": "1.150.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in New Issue