1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-18 21:35:51 -04:00

Hide both series toolbars when there are no series

New: Filter series view
New Filter logs table
This commit is contained in:
markus101
2014-02-01 16:48:00 -08:00
parent 298837f96a
commit ee7cb2b80f
+1
View File
@@ -275,6 +275,7 @@ define(
if (SeriesCollection.length === 0) { if (SeriesCollection.length === 0) {
this.seriesRegion.show(new EmptyView()); this.seriesRegion.show(new EmptyView());
this.toolbar.close(); this.toolbar.close();
this.toolbar2.close();
} }
else { else {
this.seriesRegion.show(this.currentView); this.seriesRegion.show(this.currentView);