mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-20 21:54:58 -04:00
series collection is now loaded on app start.
This commit is contained in:
@@ -174,10 +174,6 @@ define(
|
||||
},
|
||||
|
||||
_fetchCollection: function () {
|
||||
if (SeriesCollection.length === 0) {
|
||||
this.seriesRegion.show(new LoadingView());
|
||||
}
|
||||
|
||||
SeriesCollection.fetch();
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user