|
|
@ -229,7 +229,7 @@ module.exports = Marionette.Layout.extend({
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|
_searchMissing : function() {
|
|
|
|
_searchMissing : function() {
|
|
|
|
if (window.confirm('Are you sure you want to search for {0} filtered missing movies?'.format(this.collection.state.totalRecords) +
|
|
|
|
if (window.confirm('Are you sure you want to search for {0} filtered missing movies? '.format(this.collection.state.totalRecords) +
|
|
|
|
'One API request to each indexer will be used for each movie. ' + 'This cannot be stopped once started.')) {
|
|
|
|
'One API request to each indexer will be used for each movie. ' + 'This cannot be stopped once started.')) {
|
|
|
|
CommandController.Execute('cutOffUnmetMoviesSearch', { name : 'cutOffUnmetMoviesSearch',
|
|
|
|
CommandController.Execute('cutOffUnmetMoviesSearch', { name : 'cutOffUnmetMoviesSearch',
|
|
|
|
filterKey : this.collection.state.filterKey,
|
|
|
|
filterKey : this.collection.state.filterKey,
|
|
|
|