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

Hide both series toolbars when there are no series

New: Filter series view
New Filter logs table
pull/4/head
markus101 11 years ago
parent 298837f96a
commit ee7cb2b80f

@ -275,6 +275,7 @@ define(
if (SeriesCollection.length === 0) {
this.seriesRegion.show(new EmptyView());
this.toolbar.close();
this.toolbar2.close();
}
else {
this.seriesRegion.show(this.currentView);

Loading…
Cancel
Save