mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Optimized logging to improve performance
This commit is contained in:
parent
69406a95d4
commit
9cad9bbbd7
3 changed files with 4 additions and 3 deletions
|
@ -108,6 +108,7 @@ namespace NzbDrone.Core.Providers
|
|||
|
||||
public virtual Series FindSeries(string title)
|
||||
{
|
||||
//TODO:Add series alias support here. if a series is not found in the repo should be tried using its aliases
|
||||
var normalizeTitle = Parser.NormalizeTitle(title);
|
||||
return _repository.Single<Series>(s => s.CleanTitle == normalizeTitle);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue