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

Fixed filesize cell

pull/24/head
Mark McDowall 12 years ago
parent 72cfde1303
commit 50444fc34a

@ -8,5 +8,6 @@ NzbDrone.Shared.Cells.FileSizeCell = Backgrid.Cell.extend({
this.$el.html(NzbDrone.Shared.FormatHelpers.FileSizeHelper(size));
this.delegateEvents();
return this;
return this;
}
});

Loading…
Cancel
Save