mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-26 22:46:53 -04:00
updates and compile-able
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
using System.Collections.Generic;
|
||||
using NzbDrone.Core.IndexerSearch.Definitions;
|
||||
using NzbDrone.Core.Parser.Model;
|
||||
using NzbDrone.Core.ThingiProvider;
|
||||
using NzbDrone.Core.Tv;
|
||||
|
||||
namespace NzbDrone.Core.NetImport
|
||||
{
|
||||
public interface INetImport : IProvider
|
||||
{
|
||||
string Link { get; }
|
||||
bool Enabled { get; }
|
||||
|
||||
IList<Movie> Fetch();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user