mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Removed single search method in indexer base.
This commit is contained in:
parent
a9c88bb6ab
commit
30497357b4
14 changed files with 249 additions and 230 deletions
|
@ -161,6 +161,7 @@ namespace NzbDrone.Core.Providers
|
|||
}
|
||||
|
||||
//Add to Result and Return (There will only be one episode to return)
|
||||
//TODO: This should not add if episode is still null (When doesn't exist and autoadd is false.)
|
||||
result.Add(episodeInfo);
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue