mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-01 16:06:24 +02:00
Hide both series toolbars when there are no series
New: Filter series view New Filter logs table
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user