save alternative titles as title and link to title search on infoView

This commit is contained in:
j 2013-03-24 19:44:48 +00:00
commit 2fa2e80fc4
2 changed files with 12 additions and 2 deletions

View file

@ -567,6 +567,8 @@ pandora.ui.infoView = function(data) {
ret = formatLink(value.split(', '), 'name');
} else if (listKeys.indexOf(key) > -1) {
ret = formatLink(value.split(', '), key);
} else if (key == 'alternativeTitles') {
ret = formatLink(value.split('; '), 'title');
} else if (specialListKeys.indexOf(key) > -1) {
ret = formatLink(value.split('; '), key);
} else if (key == 'imdbId') {