mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-20 13:33:34 -07:00
cleaned up css
This commit is contained in:
parent
bf1ff29519
commit
7bb63d0451
5 changed files with 42 additions and 167 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue