You've already forked Sonarr
mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-09-16 09:26:36 +02:00
fixed this time :D
This commit is contained in:
@@ -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();
|
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user