Fixed some UI issues

Fixed: Add folder won't show loading when there aren't any folders
This commit is contained in:
Mark McDowall 2013-10-20 11:01:30 -07:00
parent aa26d68f18
commit f14fff676e
3 changed files with 6 additions and 3 deletions

View file

@ -37,7 +37,10 @@ define(
initialize: function () {
QualityProfileCollection.fetch();
RootFolderCollection.fetch();
RootFolderCollection.fetch()
.done(function () {
RootFolderCollection.synced = true;
});
},
onShow: function () {