mirror of https://github.com/Sonarr/Sonarr
recent folder is removed from list when deleted.
This commit is contained in:
parent
4456d3cbe0
commit
27c7ed1e6d
|
@ -21,7 +21,13 @@ define(
|
|||
},
|
||||
|
||||
removeFolder: function () {
|
||||
this.model.destroy({ wait: true });
|
||||
|
||||
var self = this;
|
||||
|
||||
this.model.destroy()
|
||||
.success(function(){
|
||||
self.close();
|
||||
});
|
||||
},
|
||||
|
||||
folderSelected: function () {
|
||||
|
|
Loading…
Reference in New Issue