mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-21 22:04:31 -04:00
UI Updates, Separate Auto and Manual Searches per Indexer
This commit is contained in:
@@ -89,7 +89,7 @@ namespace Lidarr.Api.V1.Indexers
|
||||
{
|
||||
try
|
||||
{
|
||||
var decisions = _nzbSearchService.AlbumSearch(albumId, true, true);
|
||||
var decisions = _nzbSearchService.AlbumSearch(albumId, true, true, true);
|
||||
var prioritizedDecisions = _prioritizeDownloadDecision.PrioritizeDecisions(decisions);
|
||||
|
||||
return MapDecisions(prioritizedDecisions);
|
||||
|
||||
Reference in New Issue
Block a user