mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Full page searching for missing episodes
New: Search for an entire page of missing episodes
This commit is contained in:
@@ -44,7 +44,7 @@ define(
|
||||
}
|
||||
|
||||
CommandController.Execute('episodeSearch', {
|
||||
episodeId: this.model.get('id')
|
||||
episodeIds: [ this.model.get('id') ]
|
||||
});
|
||||
|
||||
App.vent.trigger(App.Commands.CloseModalCommand);
|
||||
|
Reference in New Issue
Block a user