mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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