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

oops -- this was a fix from the last merge - sorry

pull/1061/head
geogolem 8 years ago
parent b71031f6d3
commit 88140dd3aa

@ -142,7 +142,7 @@ module.exports = Marionette.Layout.extend({
//debugger;
this.seriesCollection.bindSignalR();
var pageSize = parseInt(Config.getValue("pageSize")) || 10;
if (this.series.state.pageSize !== pageSize) {
if (this.seriesCollection.state.pageSize !== pageSize) {
this.seriesCollection.setPageSize(pageSize);
}
//this.listenTo(MoviesCollection, 'sync', function() {

Loading…
Cancel
Save