mirror of
https://github.com/Sonarr/Sonarr
synced 2025-02-24 07:01:29 +00:00
Cleanup partial comment
This commit is contained in:
parent
0521fc5681
commit
2417c4afb2
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ namespace NzbDrone.Core.MediaFiles
|
||||||
|
|
||||||
var matchingPairs = _preferredWordService.GetMatchingPreferredWordsAndScores(series, title, 0);
|
var matchingPairs = _preferredWordService.GetMatchingPreferredWordsAndScores(series, title, 0);
|
||||||
|
|
||||||
// Only add the score if there are matching terms, uncalculated
|
// Only add the score if there are matching terms
|
||||||
if (matchingPairs.Any())
|
if (matchingPairs.Any())
|
||||||
{
|
{
|
||||||
score = matchingPairs.Sum(p => p.Value);
|
score = matchingPairs.Sum(p => p.Value);
|
||||||
|
|
Loading…
Reference in a new issue