1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-16 21:15:33 -04:00

Added loading to recent folder list

This commit is contained in:
Mark McDowall
2013-08-20 22:48:25 -07:00
parent 040bfb08ce
commit df1cb91a84
3 changed files with 7 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ define(
SeriesCollection.fetch();
QualityProfileCollection.fetch();
RootFolderCollection.fetch();
RootFolderCollection.promise = RootFolderCollection.fetch();
},
onShow: function () {