1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-19 07:52:33 +02:00

fixed this time :D

This commit is contained in:
Keivan Beigi 2013-06-28 16:36:25 -07:00
parent 54d2da95ed
commit ffda032751

View File

@ -135,7 +135,7 @@ define(
this.seriesRegion.show(new EmptyView());
this.toolbar.close();
}
else if (this.currentView && !this.currentView.isClosed) {
else {
this.currentView.collection = SeriesCollection;
this.seriesRegion.show(this.currentView);
@ -145,9 +145,9 @@ define(
onShow: function () {
this._showToolbar();
this._renderView();
this._fetchCollection();
this._showToolbar();
},