1
0
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:
Leonardo Galli
2017-01-21 20:29:31 +01:00
parent 734a36de06
commit a98b69859c
17 changed files with 2104 additions and 118 deletions
@@ -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;
}