mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-31 04:00:18 -07:00
updated some tests
This commit is contained in:
parent
7540890987
commit
020a7462c0
8 changed files with 42 additions and 6 deletions
|
@ -5,7 +5,7 @@ namespace NzbDrone.Core.Controllers
|
|||
{
|
||||
public interface ITvDbController
|
||||
{
|
||||
List<TvdbSearchResult> SearchSeries(string name);
|
||||
IList<TvdbSearchResult> SearchSeries(string name);
|
||||
TvdbSeries GetSeries(int id, TvdbLanguage language);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue