Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Radarr/commit/27c7ed1e6de27c4464f4244af317330369f2bb9b You should set ROOT_URL correctly, otherwise the web may not work correctly.

recent folder is removed from list when deleted.

pull/3113/head
kay.one 12 years ago
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…
Cancel
Save