Showing actor photos without entropy value.
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user