Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yumata committed Oct 19, 2023
1 parent 3781811 commit 2d05218
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app.min.js
Original file line number Diff line number Diff line change
Expand Up @@ -20472,6 +20472,7 @@
only_credits: type,
id: person_data.id
}, function (result) {
if (!result.credits) return call_inner();
var items = (result.credits[type] || []).filter(function (m) {
return m.backdrop_path && m.popularity > 30 && m.vote_count > 20;
});
Expand Down

0 comments on commit 2d05218

Please sign in to comment.