mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 08:33:58 -07:00
Added loading to recent folder list
This commit is contained in:
parent
040bfb08ce
commit
df1cb91a84
3 changed files with 7 additions and 3 deletions
|
@ -38,7 +38,7 @@ define(
|
|||
|
||||
SeriesCollection.fetch();
|
||||
QualityProfileCollection.fetch();
|
||||
RootFolderCollection.fetch();
|
||||
RootFolderCollection.promise = RootFolderCollection.fetch();
|
||||
},
|
||||
|
||||
onShow: function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue