mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-27 20:44:00 +02:00
cleaned up css
This commit is contained in:
@@ -28,7 +28,10 @@ namespace NzbDrone.Core.Providers
|
||||
|
||||
public List<ProgressNotification> GetProgressNotifications
|
||||
{
|
||||
get { return new List<ProgressNotification>(_progressNotification.Values.Where(p => p.Status == ProgressNotificationStatus.InProgress)); }
|
||||
get
|
||||
{
|
||||
return new List<ProgressNotification>(_progressNotification.Values.Where(p => p.Status == ProgressNotificationStatus.InProgress));
|
||||
}
|
||||
}
|
||||
|
||||
public void Dismiss(Guid notificationId)
|
||||
|
Reference in New Issue
Block a user