mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-27 08:44:34 +01:00
9 lines
170 B
C#
9 lines
170 B
C#
using NzbDrone.Core.Tv;
|
|
|
|
namespace NzbDrone.Core.MetadataSource
|
|
{
|
|
public interface IProvideSeriesInfo
|
|
{
|
|
Series GetSeriesInfo(int tvDbSeriesId);
|
|
}
|
|
} |