mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-23 22:25:14 -04:00
Full page searching for missing episodes
New: Search for an entire page of missing episodes
This commit is contained in:
@@ -43,7 +43,7 @@ define(
|
||||
_automaticSearch: function () {
|
||||
CommandController.Execute('episodeSearch', {
|
||||
name : 'episodeSearch',
|
||||
episodeId: this.model.get('id')
|
||||
episodeIds: [ this.model.get('id') ]
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user