mirror of https://github.com/Radarr/Radarr
fixed this time :D
This commit is contained in:
parent
54d2da95ed
commit
ffda032751
|
@ -135,7 +135,7 @@ define(
|
||||||
this.seriesRegion.show(new EmptyView());
|
this.seriesRegion.show(new EmptyView());
|
||||||
this.toolbar.close();
|
this.toolbar.close();
|
||||||
}
|
}
|
||||||
else if (this.currentView && !this.currentView.isClosed) {
|
else {
|
||||||
this.currentView.collection = SeriesCollection;
|
this.currentView.collection = SeriesCollection;
|
||||||
this.seriesRegion.show(this.currentView);
|
this.seriesRegion.show(this.currentView);
|
||||||
|
|
||||||
|
@ -145,9 +145,9 @@ define(
|
||||||
|
|
||||||
|
|
||||||
onShow: function () {
|
onShow: function () {
|
||||||
|
this._showToolbar();
|
||||||
this._renderView();
|
this._renderView();
|
||||||
this._fetchCollection();
|
this._fetchCollection();
|
||||||
this._showToolbar();
|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue