mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-01-19 10:54:05 +02:00
Cleanup partial comment
This commit is contained in:
parent
0521fc5681
commit
2417c4afb2
@ -80,7 +80,7 @@ namespace NzbDrone.Core.MediaFiles
|
||||
|
||||
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())
|
||||
{
|
||||
score = matchingPairs.Sum(p => p.Value);
|
||||
|
Loading…
x
Reference in New Issue
Block a user