mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 02:37:08 -07:00
can now read/write provider config to db.
This commit is contained in:
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.PushBullet
|
||||
{
|
||||
public class PushBulletSettings : INotifcationSettings
|
||||
public class PushBulletSettings : IProviderConfig
|
||||
{
|
||||
[FieldDefinition(0, Label = "API Key", HelpLink = "https://www.pushbullet.com/")]
|
||||
public String ApiKey { get; set; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue