@ -4,7 +4,7 @@ define(
'app',
'marionette',
'AddSeries/RootFolders/Layout',
'AddSeries/Existing/CollectionView',
'AddSeries/Existing/AddExistingSeriesCollectionView',
'AddSeries/AddSeriesView',
'Quality/QualityProfileCollection',
'AddSeries/RootFolders/Collection',
@ -30,7 +30,9 @@ define(
this.children.findByModel(model)
.search({term: folderName})
.always(function () {
self._showAndSearch(currentIndex + 1);
if (!self.isClosed) {
}
});
},
@ -52,5 +52,5 @@ define(
options.element.startSpin();
};