mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Notification settings added to the UI
This commit is contained in:
parent
a153599d50
commit
c5376319fe
21 changed files with 168 additions and 35 deletions
|
@ -39,7 +39,6 @@ namespace NzbDrone.Core.Notifications
|
|||
|
||||
public List<Notification> All()
|
||||
{
|
||||
var test = _notificationRepository.All();//.Select(ToNotification).ToList();
|
||||
return _notificationRepository.All().Select(ToNotification).ToList();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue