fixed people images being occasionally incorrect

This commit is contained in:
Luke Pulverenti 2013-04-14 16:47:09 -04:00
parent 421c559c2b
commit b69d7719bd

View File

@ -421,7 +421,7 @@
function renderCast(page, item) {
var html = '';
var casts = item.People || {};
var casts = item.People || [];
for (var i = 0, length = casts.length; i < length; i++) {