mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
updates
This commit is contained in:
parent
0ee8b75b54
commit
d123ca6063
2 changed files with 2 additions and 7 deletions
|
@ -6,12 +6,6 @@ namespace NzbDrone.Core.AutoImporter
|
|||
{
|
||||
public bool Enabled { get; set; }
|
||||
public string Link { get; set; }
|
||||
//public DownloadProtocol Protocol { get; set; }
|
||||
//public bool SupportsRss { get; set; }
|
||||
//public bool SupportsSearch { get; set; }
|
||||
|
||||
public override bool Enable => Enabled;
|
||||
|
||||
// public IndexerStatus Status { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
@ -2,6 +2,7 @@ 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.AutoImporter
|
||||
{
|
||||
|
@ -10,6 +11,6 @@ namespace NzbDrone.Core.AutoImporter
|
|||
string Link { get; }
|
||||
bool Enabled { get; }
|
||||
|
||||
IList<ReleaseInfo> Fetch();
|
||||
IList<Movie> Fetch();
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue