always include alternativeTitles

This commit is contained in:
j 2018-08-09 18:54:06 +00:00
parent cb55ebaf4c
commit 84ca422c05

View file

@ -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();