forked from 0x2620/pandora
close media exists
This commit is contained in:
parent
58c762a624
commit
0d61dcd4e0
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ pandora.ui.mediaExistsDialog = function(options) {
|
|||
items = options.items.filter(function(item) {
|
||||
return existing.indexOf(item.oshash) == -1;
|
||||
});
|
||||
that.close();
|
||||
pandora.ui.addFilesDialog({
|
||||
action: options.action,
|
||||
items: items
|
||||
|
|
Loading…
Reference in a new issue