mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Added series update notification.
This commit is contained in:
@@ -10,6 +10,7 @@ namespace NzbDrone.Core.Entities.Notification
|
||||
public ProgressNotification(string title)
|
||||
{
|
||||
Title = title;
|
||||
CurrentStatus = String.Empty;
|
||||
Id = Guid.NewGuid();
|
||||
ProgressMax = 100;
|
||||
ProgressValue = 0;
|
||||
|
Reference in New Issue
Block a user