save alternative titles as title and link to title search on infoView
This commit is contained in:
parent
8d3ba66bb4
commit
2fa2e80fc4
2 changed files with 12 additions and 2 deletions
|
|
@ -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') {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue