mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-17 21:25:39 -04:00
Add existing series, load more will only load 5 results at a time
This commit is contained in:
@@ -25,11 +25,13 @@ define(
|
||||
},
|
||||
|
||||
_onLoadMore: function () {
|
||||
this.ui.loadMore.hide();
|
||||
this.ui.searchBar.show();
|
||||
this.resultCollectionView.showAll();
|
||||
},
|
||||
var showingAll = this.resultCollectionView.showMore();
|
||||
|
||||
if (showingAll) {
|
||||
this.ui.loadMore.hide();
|
||||
this.ui.searchBar.show();
|
||||
}
|
||||
},
|
||||
|
||||
initialize: function (options) {
|
||||
this.collection = new AddSeriesCollection({unmappedFolderModel: this.model});
|
||||
|
||||
Reference in New Issue
Block a user