fixed server side indexer issue

This commit is contained in:
kay.one
2013-05-02 22:24:52 -07:00
parent 370ab86dca
commit 1877f70403
15 changed files with 104 additions and 63 deletions
@@ -1,10 +1,14 @@
using System;
using NzbDrone.Core.Annotations;
namespace NzbDrone.Core.Indexers.Newznab
{
public class NewznabSettings : IIndexerSetting
{
[FieldDefinition(0, Label = "URL", HelpText = "NewzNab Host Url")]
public String Url { get; set; }
[FieldDefinition(1, Label = "API Key", HelpText = "Your API Key")]
public String ApiKey { get; set; }
public bool IsValid