updated some tests

This commit is contained in:
Keivan 2010-09-27 17:27:02 -07:00
parent 7540890987
commit 020a7462c0
8 changed files with 42 additions and 6 deletions

View file

@ -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);
}
}