Big Abstraction for IMDBWatchlist -> RSSImport (With a test)

This commit is contained in:
Leonardo Galli
2017-01-21 20:29:31 +01:00
parent 734a36de06
commit a98b69859c
17 changed files with 2104 additions and 118 deletions

View File

@@ -8,7 +8,6 @@ namespace NzbDrone.Core.NetImport
{
public interface INetImport : IProvider
{
string Link { get; }
bool Enabled { get; }
IList<Movie> Fetch();