mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-10-03 01:01:34 +02:00
fully replaced TVDB with Trakt.tv
This commit is contained in:
9
NzbDrone.Core/MetadataSource/IProvideSeriesInfo.cs
Normal file
9
NzbDrone.Core/MetadataSource/IProvideSeriesInfo.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using NzbDrone.Core.Tv;
|
||||
|
||||
namespace NzbDrone.Core.MetadataSource
|
||||
{
|
||||
public interface IProvideSeriesInfo
|
||||
{
|
||||
Series GetSeriesInfo(int tvDbSeriesId);
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user