mirror of
https://github.com/Readarr/Readarr
synced 2025-12-21 07:45:52 +01:00
9 lines
No EOL
170 B
C#
9 lines
No EOL
170 B
C#
using NzbDrone.Core.Tv;
|
|
|
|
namespace NzbDrone.Core.MetadataSource
|
|
{
|
|
public interface IProvideSeriesInfo
|
|
{
|
|
Series GetSeriesInfo(int tvDbSeriesId);
|
|
}
|
|
} |