mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
updated some tests
This commit is contained in:
@@ -18,7 +18,7 @@ namespace NzbDrone.Core.Controllers
|
||||
|
||||
#region ITvDbController Members
|
||||
|
||||
public List<TvdbSearchResult> SearchSeries(string name)
|
||||
public IList<TvdbSearchResult> SearchSeries(string name)
|
||||
{
|
||||
return _handler.SearchSeries(name);
|
||||
}
|
||||
|
Reference in New Issue
Block a user