|
|
@ -2,6 +2,7 @@ using System.Collections.Generic;
|
|
|
|
using NzbDrone.Core.IndexerSearch.Definitions;
|
|
|
|
using NzbDrone.Core.IndexerSearch.Definitions;
|
|
|
|
using NzbDrone.Core.Parser.Model;
|
|
|
|
using NzbDrone.Core.Parser.Model;
|
|
|
|
using NzbDrone.Core.ThingiProvider;
|
|
|
|
using NzbDrone.Core.ThingiProvider;
|
|
|
|
|
|
|
|
using NzbDrone.Core.Tv;
|
|
|
|
|
|
|
|
|
|
|
|
namespace NzbDrone.Core.AutoImporter
|
|
|
|
namespace NzbDrone.Core.AutoImporter
|
|
|
|
{
|
|
|
|
{
|
|
|
@ -10,6 +11,6 @@ namespace NzbDrone.Core.AutoImporter
|
|
|
|
string Link { get; }
|
|
|
|
string Link { get; }
|
|
|
|
bool Enabled { get; }
|
|
|
|
bool Enabled { get; }
|
|
|
|
|
|
|
|
|
|
|
|
IList<ReleaseInfo> Fetch();
|
|
|
|
IList<Movie> Fetch();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|