can now read/write provider config to db.

This commit is contained in:
kay.one
2013-09-20 23:39:26 -07:00
committed by kayone
parent 08e2d60f20
commit 4046d35604
21 changed files with 179 additions and 62 deletions
@@ -1,9 +1,10 @@
using System;
using NzbDrone.Core.Annotations;
using NzbDrone.Core.ThingiProvider;
namespace NzbDrone.Core.Notifications.NotifyMyAndroid
{
public class NotifyMyAndroidSettings : INotifcationSettings
public class NotifyMyAndroidSettings : IProviderConfig
{
[FieldDefinition(0, Label = "API Key", HelpLink = "http://www.notifymyandroid.com/")]
public String ApiKey { get; set; }