diff --git a/static/js/pandora/list.js b/static/js/pandora/list.js index 4b1217ba..eab63e73 100644 --- a/static/js/pandora/list.js +++ b/static/js/pandora/list.js @@ -432,7 +432,7 @@ pandora.ui.list = function() { } }, function(result) { var item = result.data.items[0], - title = item.title + ' (' + item.director + ')' + title = item.title + ' (' + item.director + ')', ratio = item.posterRatio, windowWidth = window.innerWidth * 0.8, windowHeight = window.innerHeight * 0.8,