mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
fixed: increased tvdb search limit to 10
This commit is contained in:
@@ -45,7 +45,7 @@ namespace NzbDrone.Core.MetadataSource
|
||||
return new[] { _tvdb.GetShow(tvdbId) };
|
||||
}
|
||||
|
||||
return _tvdb.Search(GetSearchTerm(lowerTitle));
|
||||
return _tvdb.Search(GetSearchTerm(lowerTitle), 10);
|
||||
}
|
||||
|
||||
public List<Series> SearchForNewSeries(string title)
|
||||
|
||||
Reference in New Issue
Block a user