mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
Big Abstraction for IMDBWatchlist -> RSSImport (With a test)
This commit is contained in:
@@ -4,8 +4,6 @@ namespace NzbDrone.Core.NetImport
|
||||
{
|
||||
public class NetImportDefinition : ProviderDefinition
|
||||
{
|
||||
public string Link { get; set; }
|
||||
public int ProfileId { get; set; }
|
||||
public bool Enabled { get; set; }
|
||||
public override bool Enable => Enabled;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user