mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-16 10:03:51 -07:00
Display names for Notifications
This commit is contained in:
parent
ecd941a6e5
commit
9a629c2fc6
29 changed files with 258 additions and 36 deletions
|
@ -8,6 +8,8 @@ namespace NzbDrone.Core.Notifications
|
|||
{
|
||||
public abstract class NotificationBase<TSettings> : INotification where TSettings : IProviderConfig, new()
|
||||
{
|
||||
public abstract string Name { get; }
|
||||
|
||||
public Type ConfigContract
|
||||
{
|
||||
get
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue