mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-20 21:54:25 -04:00
fixed server side indexer issue
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user