forked from DebaucheryLibrarian/traxxx
Showing actor photos without entropy value.
This commit is contained in:
parent
a51a159886
commit
e807f049d8
|
@ -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() {
|
||||||
|
|
Loading…
Reference in New Issue