mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-10 07:13:47 -07:00
Removed INotificationProvider
This commit is contained in:
parent
4426072232
commit
bd0a7a58dd
7 changed files with 7 additions and 30 deletions
|
@ -9,11 +9,11 @@ namespace NzbDrone.Web.Controllers
|
|||
{
|
||||
public class NotificationController : Controller
|
||||
{
|
||||
private readonly INotificationProvider _notifications;
|
||||
private readonly NotificationProvider _notifications;
|
||||
//
|
||||
// GET: /Notification/
|
||||
|
||||
public NotificationController(INotificationProvider notificationProvider)
|
||||
public NotificationController(NotificationProvider notificationProvider)
|
||||
{
|
||||
_notifications = notificationProvider;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue