mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
updated some tests
This commit is contained in:
parent
7540890987
commit
020a7462c0
8 changed files with 42 additions and 6 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue