mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Initial Commit
This commit is contained in:
11
NzbDrone.Core/Controllers/ITvDbController.cs
Normal file
11
NzbDrone.Core/Controllers/ITvDbController.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.Collections.Generic;
|
||||
using TvdbLib.Data;
|
||||
|
||||
namespace NzbDrone.Core.Controllers
|
||||
{
|
||||
public interface ITvDbController
|
||||
{
|
||||
List<TvdbSearchResult> SearchSeries(string name);
|
||||
TvdbSeries GetSeries(int id, TvdbLanguage language);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user