Showing actor photos without entropy value.

This commit is contained in:
DebaucheryLibrarian 2020-12-30 00:19:08 +01:00
parent a51a159886
commit e807f049d8
1 changed files with 1 additions and 1 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() {