mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Removed INotificationProvider
This commit is contained in:
parent
4426072232
commit
bd0a7a58dd
7 changed files with 7 additions and 30 deletions
|
@ -5,7 +5,7 @@ using NzbDrone.Core.Model.Notification;
|
|||
|
||||
namespace NzbDrone.Core.Providers
|
||||
{
|
||||
class NotificationProvider : INotificationProvider
|
||||
public class NotificationProvider
|
||||
{
|
||||
private readonly Dictionary<Guid, BasicNotification> _basicNotifications = new Dictionary<Guid, BasicNotification>();
|
||||
private Dictionary<Guid, ProgressNotification> _progressNotification = new Dictionary<Guid, ProgressNotification>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue