mirror of
https://github.com/Readarr/Readarr
synced 2026-01-01 05:03:13 +01:00
Hide both series toolbars when there are no series
New: Filter series view New Filter logs table
This commit is contained in:
parent
298837f96a
commit
ee7cb2b80f
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Reference in a new issue