Skip to content

Commit 2d05218

Browse files
committed
Fix
1 parent 3781811 commit 2d05218

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.min.js

+1
Original file line numberDiff line numberDiff line change
@@ -20472,6 +20472,7 @@
2047220472
only_credits: type,
2047320473
id: person_data.id
2047420474
}, function (result) {
20475+
if (!result.credits) return call_inner();
2047520476
var items = (result.credits[type] || []).filter(function (m) {
2047620477
return m.backdrop_path && m.popularity > 30 && m.vote_count > 20;
2047720478
});

0 commit comments

Comments
 (0)