close media exists

This commit is contained in:
j 2016-09-19 20:36:14 +02:00
parent 58c762a624
commit 0d61dcd4e0

View file

@ -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