forked from 0x2620/pandora
always include alternativeTitles
This commit is contained in:
parent
cb55ebaf4c
commit
84ca422c05
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ pandora.ui.metadataDialog = function(data) {
|
|||
that = data.imdbId ? updateDialog() : idDialog();
|
||||
|
||||
keys = keys.filter(function(key) {
|
||||
return getItemKey(key);
|
||||
return key == 'alternativeTitles' || getItemKey(key);
|
||||
});
|
||||
|
||||
data.imdbId && getMetadata();
|
||||
|
|
Loading…
Reference in a new issue