only get metadata keys defined in itemKeys
This commit is contained in:
parent
e8e5ce415d
commit
679c51238e
2 changed files with 5 additions and 1 deletions
|
|
@ -27,6 +27,10 @@ pandora.ui.metadataDialog = function(data) {
|
|||
|
||||
that = data.imdbId ? updateDialog() : idDialog();
|
||||
|
||||
keys = keys.filter(function(key) {
|
||||
return getItemKey(key);
|
||||
});
|
||||
|
||||
data.imdbId && getMetadata();
|
||||
|
||||
function idDialog() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue