mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-13 00:23:59 -07:00
Full page searching for missing episodes
New: Search for an entire page of missing episodes
This commit is contained in:
parent
cf2ca6aa32
commit
7798e8b591
13 changed files with 386 additions and 53 deletions
|
@ -43,7 +43,7 @@ define(
|
|||
_automaticSearch: function () {
|
||||
CommandController.Execute('episodeSearch', {
|
||||
name : 'episodeSearch',
|
||||
episodeId: this.model.get('id')
|
||||
episodeIds: [ this.model.get('id') ]
|
||||
});
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue