mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
series collection is now loaded on app start.
This commit is contained in:
parent
f44ef2ff5e
commit
1f7d57c2c2
5 changed files with 19 additions and 26 deletions
|
@ -174,10 +174,6 @@ define(
|
|||
},
|
||||
|
||||
_fetchCollection: function () {
|
||||
if (SeriesCollection.length === 0) {
|
||||
this.seriesRegion.show(new LoadingView());
|
||||
}
|
||||
|
||||
SeriesCollection.fetch();
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue