Added series update notification.

This commit is contained in:
Keivan
2010-10-11 19:49:27 -07:00
parent 76dee4aff2
commit 76379341a7
28 changed files with 881 additions and 6587 deletions

View File

@@ -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;