diff --git a/static/js/pandora/browser.js b/static/js/pandora/browser.js index 7d254136..ba55d5cb 100644 --- a/static/js/pandora/browser.js +++ b/static/js/pandora/browser.js @@ -63,7 +63,7 @@ pandora.ui.browser = function() { ? (ui.showSitePoster ? 'siteposter' : 'poster') : 'icon' ) + '128.jpg', format, info, sortKey = sort[0].key; - if (['title', 'director'].indexOf(sortKey) > -1) { + if (['title', 'director', 'random'].indexOf(sortKey) > -1) { info = data['year']; } else { // fixme: this is duplicated many times