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

return promise for EpisodeModel syncing

pull/3113/head
Mark McDowall 11 years ago
parent 28aee91d3f
commit 47f12b429e

@ -19,7 +19,7 @@ define(
options = options || {};
options.url = model.methodUrls[method.toLowerCase()];
}
Backbone.sync(method, model, options);
return Backbone.sync(method, model, options);
}
});
});

Loading…
Cancel
Save