1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

First pass at ui for manually importing from lists.

This commit is contained in:
Leonardo Galli
2017-01-23 20:00:31 +01:00
parent 87da542758
commit fbe9ad6582
9 changed files with 277 additions and 21 deletions
@@ -30,7 +30,7 @@ namespace NzbDrone.Core.NetImport.CouchPotato
[FieldDefinition(3, Label = "CouchPotato API Key", HelpText = "CoouchPootato API Key.")]
public string ApiKey { get; set; }
[FieldDefinition(4, Label = "Only Active", HelpText = "Should only active (not yet downloaded) movies be fetched")]
[FieldDefinition(4, Label = "Only Active", HelpText = "Should only active (not yet downloaded) movies be fetched", Type = FieldType.Checkbox)]
public bool OnlyActive { get; set; }
}