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 () {