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:
@@ -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);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user