mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Notification settings added to the UI
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user