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) {
|
items = options.items.filter(function(item) {
|
||||||
return existing.indexOf(item.oshash) == -1;
|
return existing.indexOf(item.oshash) == -1;
|
||||||
});
|
});
|
||||||
|
that.close();
|
||||||
pandora.ui.addFilesDialog({
|
pandora.ui.addFilesDialog({
|
||||||
action: options.action,
|
action: options.action,
|
||||||
items: items
|
items: items
|
||||||
|
|
Loading…
Reference in a new issue